Share via


ModelDocumentTreeManager Constructor

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

Initializes a new instance of the ModelDocumentTreeManager class.

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

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New ModelDocumentTreeManager()
public ModelDocumentTreeManager()
public:
ModelDocumentTreeManager()
public function ModelDocumentTreeManager()

Remarks

This constructor allows the ModelDocumentTreeManager to be created without any owning editing context. A ModelDocumentTreeManager created this way acts as a stand-alone entity. It will not be able to use services in the context to resolve type information or create instances. Also, it will not offer any of its own editing model services externally.

.NET Framework Security

See Also

Reference

ModelDocumentTreeManager Class

ModelDocumentTreeManager Members

ModelDocumentTreeManager Overload

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility