Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelDocumentTreeManager Class
ModelDocumentTreeManager Members
ModelDocumentTreeManager Overload
Microsoft.Windows.Design.Documents.Trees Namespace