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
'宣言
Public Property RemovalCallback As AdornmentRemovedCallback
Get
Private Set
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.