Udostępnij za pośrednictwem


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

See Also

Reference

Source Class

Source Members

Microsoft.VisualStudio.Package Namespace