共用方式為


DocumentTreeManager 類別

更新:2007 年 11 月

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

管理將某種文件樹狀結構的變更同步至另一種文件樹狀結構的同步處理。

命名空間:  Microsoft.Windows.Design.Documents.Trees
組件:  Microsoft.Windows.Design.Markup (在 Microsoft.Windows.Design.Markup.dll 中)

語法

Public MustInherit Class DocumentTreeManager

Dim instance As DocumentTreeManager
public abstract class DocumentTreeManager
public ref class DocumentTreeManager abstract
public abstract class DocumentTreeManager

備註

在範例中,DocumentTreeManager 類別會將對文件模型的變更同步處理至產生該變更的來源文件。

繼承階層架構

System.Object
  Microsoft.Windows.Design.Documents.Trees.DocumentTreeManager
    Microsoft.Windows.Design.Documents.Trees.InMemoryDocumentTreeManager
    Microsoft.Windows.Design.Documents.Trees.InstanceDocumentTreeManager
    Microsoft.Windows.Design.Documents.Trees.MarkupDocumentTreeManager
    Microsoft.Windows.Design.Documents.Trees.ModelDocumentTreeManager

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

DocumentTreeManager 成員

Microsoft.Windows.Design.Documents.Trees 命名空間

其他資源

WPF 設計工具擴充性