Called when this DocumentTask object is removed from the Error List Options window.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'宣言
Protected Overrides Sub OnRemoved ( _
e As EventArgs _
)
'使用
Dim e As EventArgs
Me.OnRemoved(e)
protected override void OnRemoved(
EventArgs e
)
protected:
virtual void OnRemoved(
EventArgs^ e
) override
protected override function OnRemoved(
e : EventArgs
)
Parameters
e
Type: System.EventArgs[in] An EventArgs object (which in this case does not contain any information and used only as a placeholder in a delegate object).
Remarks
This method invalidates the IVsTextLineMarker object if it exists.
Permissions
- 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.