InstanceDocumentTreeManager.Root Property

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

Gets the root object of the serialization tree.

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

Syntax

'Declaration
Public ReadOnly Property Root As Object
'Usage
Dim instance As InstanceDocumentTreeManager 
Dim value As Object 

value = instance.Root
public Object Root { get; }
public:
property Object^ Root {
    Object^ get ();
}
public function get Root () : Object

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

InstanceDocumentTreeManager Class

InstanceDocumentTreeManager Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility