InstanceDocumentTreeManager Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A document manager for the instance documents trees.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Class InstanceDocumentTreeManager _
Inherits DocumentTreeManager _
Implements IServiceProvider
'Usage
Dim instance As InstanceDocumentTreeManager
public class InstanceDocumentTreeManager : DocumentTreeManager,
IServiceProvider
public ref class InstanceDocumentTreeManager : public DocumentTreeManager,
IServiceProvider
public class InstanceDocumentTreeManager extends DocumentTreeManager implements IServiceProvider
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Documents.Trees.DocumentTreeManager
Microsoft.Windows.Design.Documents.Trees.InstanceDocumentTreeManager
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
InstanceDocumentTreeManager Members
Microsoft.Windows.Design.Documents.Trees Namespace