DocumentTask::OnRemoved Method (EventArgs^)

 

Called when this DocumentTask object is removed from the Error List Options window.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

protected:
virtual void OnRemoved(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

[in] An EventArgs object (which in this case does not contain any information and is used only as a placeholder in a delegate object).

This method invalidates the IVsTextLineMarker object if it exists.

Return to top
Show: