Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.