Share via


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.

See also

Reference

RibbonDocument class

RibbonDocument members

Microsoft.Web.CommandUI namespace