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
- 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
Microsoft.Windows.Design.Documents.Trees Namespace