Delen via


MarkupDocumentManager 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 MarkupDocumentManager class.

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

Syntax

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

Remarks

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

.NET Framework Security

See Also

Reference

MarkupDocumentManager Class

MarkupDocumentManager Members

MarkupDocumentManager Overload

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility