DocumentParseCompleteEventArgs.TreeStructureChanged 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出自先前重新剖析後,樹狀結構是否已實際變更。
public:
property bool TreeStructureChanged { bool get(); void set(bool value); };
public bool TreeStructureChanged { get; set; }
member this.TreeStructureChanged : bool with get, set
Public Property TreeStructureChanged As Boolean