Dela via


DocumentTreeManager.DocumentTree Property

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

Gets the document tree associated with this document tree manager.

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

Syntax

'Declaration
Public ReadOnly Property DocumentTree As ModifiableDocumentTree
'Usage
Dim instance As DocumentTreeManager 
Dim value As ModifiableDocumentTree 

value = instance.DocumentTree
public ModifiableDocumentTree DocumentTree { get; }
public:
property ModifiableDocumentTree^ DocumentTree {
    ModifiableDocumentTree^ get ();
}
public function get DocumentTree () : ModifiableDocumentTree

Property Value

Type: Microsoft.Windows.Design.Documents.Trees.ModifiableDocumentTree
The document tree associated with this document tree manager or nulla null reference (Nothing in Visual Basic) if the document tree has not yet been initialized.

.NET Framework Security

See Also

Reference

DocumentTreeManager Class

DocumentTreeManager Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility