RibbonDocument.DocumentElement Property
Gets the root element of the XML document.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public ReadOnly Property DocumentElement As DataNode
Get
'Usage
Dim instance As RibbonDocument
Dim value As DataNode
value = instance.DocumentElement
public DataNode DocumentElement { get; }
Property Value
Type: Microsoft.Web.CommandUI.DataNode
The root element of the XML document.