LanguageService::ParseThreadPaused 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)

public:
property bool ParseThreadPaused {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the parse thread is alive, otherwise false.

Return to top
Show: