IAdornmentLayerElement.RemovedCallback Property
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
'Декларация
ReadOnly Property RemovedCallback As AdornmentRemovedCallback
Get
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.