Source.CompletedFirstParse 属性

定义

获取分析器是否至少已经完成了一次。

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

属性值

Boolean

true 如果分析器至少已经完成了一次,则为; 否则为 false

适用于