Share via


ModelDocumentTreeManager Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

A manager for model document trees.

Namespace:  Microsoft.Windows.Design.Documents.Trees
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public Class ModelDocumentTreeManager _
    Inherits DocumentTreeManager _
    Implements IServiceProvider
'Usage
Dim instance As ModelDocumentTreeManager
public class ModelDocumentTreeManager : DocumentTreeManager, 
    IServiceProvider
public ref class ModelDocumentTreeManager : public DocumentTreeManager, 
    IServiceProvider
public class ModelDocumentTreeManager extends DocumentTreeManager implements IServiceProvider

Remarks

The Load method must be called before related services are available.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Documents.Trees.DocumentTreeManager
    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

ModelDocumentTreeManager Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility