Dela via


DocumentInformationService.Root Property

Gets the root element of the document.

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

Syntax

'Declaration
Public ReadOnly Property Root As DocumentInformationNode
'Usage
Dim instance As DocumentInformationService 
Dim value As DocumentInformationNode 

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

Property Value

Type: Microsoft.Windows.Design.Documents.Trees.DocumentInformationNode
A DocumentInformationNode representing the document root.

.NET Framework Security

See Also

Reference

DocumentInformationService Class

DocumentInformationService Members

Microsoft.Windows.Design.Services Namespace

DocumentInformationNode

Other Resources

WPF Designer Extensibility