DocumentParseCompleteEventArgs.TreeStructureChanged Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Indica se a estrutura de árvore foi realmente alterada desde a nova análise anterior.
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