Source::CompletedFirstParse Property

 

Gets whether the parser has completed at least once.

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

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

Property Value

Type: System::Boolean

true if the parser has completed at least once, otherwise false.

Return to top
Show: