Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines the behavior when an adornment has been removed.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
ReadOnly Property RemovedCallback As AdornmentRemovedCallback
AdornmentRemovedCallback RemovedCallback { get; }
property AdornmentRemovedCallback^ RemovedCallback {
AdornmentRemovedCallback^ get ();
}
abstract RemovedCallback : AdornmentRemovedCallback
function get RemovedCallback () : AdornmentRemovedCallback
Property Value
Type: Microsoft.VisualStudio.Text.Editor.AdornmentRemovedCallback
The removal callback.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.