Share via


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

'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

See Also

Reference

IAdornmentLayerElement Interface

Microsoft.VisualStudio.Text.Editor Namespace