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)
'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
Type: Microsoft.Windows.Design.Documents.Trees.DocumentInformationNode
A DocumentInformationNode representing the document root.
- 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.
DocumentInformationService Class
DocumentInformationService Members