DocumentTask::IsMarkerValid Property

 

Gets whether the marker has been set to invalid.

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

public:
property bool IsMarkerValid {
	bool get();
}

Property Value

Type: System::Boolean

Set to true if the marker has not been set to invalid; otherwise, false.

Return to top
Show: