LanguageService::IsParsing Property
Visual Studio 2015
Determines if a background parse is in progress.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::BooleanReturns 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.
Show: