InMemoryDocumentTreeManager Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A document tree manager that produces an in memory copy of the specified document item.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Class InMemoryDocumentTreeManager _
Inherits DocumentTreeManager
'Usage
Dim instance As InMemoryDocumentTreeManager
public class InMemoryDocumentTreeManager : DocumentTreeManager
public ref class InMemoryDocumentTreeManager : public DocumentTreeManager
public class InMemoryDocumentTreeManager extends DocumentTreeManager
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Documents.Trees.DocumentTreeManager
Microsoft.Windows.Design.Documents.Trees.InMemoryDocumentTreeManager
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
InMemoryDocumentTreeManager Members
Microsoft.Windows.Design.Documents.Trees Namespace