Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.