Share via


IntraTextAdornmentTag.RemovalCallback Property

Called when adornment is removed from the view. May be nulla null reference (Nothing in Visual Basic).

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Property RemovalCallback As AdornmentRemovedCallback
public AdornmentRemovedCallback RemovalCallback { get; private set; }
public:
property AdornmentRemovedCallback^ RemovalCallback {
    AdornmentRemovedCallback^ get ();
    private: void set (AdornmentRemovedCallback^ value);
}
member RemovalCallback : AdornmentRemovedCallback with get, private set
function get RemovalCallback () : AdornmentRemovedCallback
private function set RemovalCallback (value : AdornmentRemovedCallback)

Property Value

Type: Microsoft.VisualStudio.Text.Editor.AdornmentRemovedCallback
The callback.

.NET Framework Security

See Also

Reference

IntraTextAdornmentTag Class

Microsoft.VisualStudio.Text.Editor Namespace