LanguageService::IsParsing Property

 

Determines if a background parse is in progress.

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

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

Property Value

Type: System::Boolean

Returns true if a background parsing operation is running; otherwise, returns false.

This property is set by the base class just before the ParseSource method is called on a background thread and the property is cleared just after the ParseSource method returns.

Return to top
Show: