Source.CompletedFirstParse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the parser has completed at least once.
public:
property bool CompletedFirstParse { bool get(); };
public:
property bool CompletedFirstParse { bool get(); };
public bool CompletedFirstParse { get; }
member this.CompletedFirstParse : bool
Public ReadOnly Property CompletedFirstParse As Boolean
Property Value
true
if the parser has completed at least once, otherwise false
.