다음을 통해 공유


Source.CompletedFirstParse Property

Gets whether the parser has completed at least once.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

‘선언
Public ReadOnly Property CompletedFirstParse As Boolean
public bool CompletedFirstParse { get; }

Property Value

Type: System.Boolean
true if the parser has completed at least once, otherwise false.

.NET Framework Security

See Also

Reference

Source Class

Microsoft.VisualStudio.Package Namespace