LanguageService::ParseThreadIsAlive Property

 

Determines whether the parse thread is alive.

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

protected:
property bool ParseThreadIsAlive {
	bool get();
}

Property Value

Type: System::Boolean

true if there is a parse thread and it is alive, otherwise false.

Return to top
Show: