Source.CompletedFirstParse Property
Gets whether the parser has completed at least once.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public ReadOnly Property CompletedFirstParse As Boolean
'Usage
Dim instance As Source
Dim value As Boolean
value = instance.CompletedFirstParse
public bool CompletedFirstParse { get; }
public:
property bool CompletedFirstParse {
bool get ();
}
public function get CompletedFirstParse () : boolean
Property Value
Type: System.Boolean
true if the parser has completed at least once, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.