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
- 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
DocumentInformationService Class
DocumentInformationService Members
Microsoft.Windows.Design.Services Namespace