DocumentTreeManager Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Manages the synchronization of changes made in one kind of document tree to another.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public MustInherit Class DocumentTreeManager
'Usage
Dim instance As DocumentTreeManager
public abstract class DocumentTreeManager
public ref class DocumentTreeManager abstract
public abstract class DocumentTreeManager
Remarks
As an example, the DocumentTreeManager class synchronizes changes made to the document model and the source document that produced it.
Inheritance Hierarchy
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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Documents.Trees Namespace