_CustomXMLPart.DocumentElement Property

Definition

Gets the root element of a bound region of data in a document. If the region is empty, the property returns Nothing. Read-only.

public:
 property Microsoft::Office::Core::CustomXMLNode ^ DocumentElement { Microsoft::Office::Core::CustomXMLNode ^ get(); };
public Microsoft.Office.Core.CustomXMLNode DocumentElement { get; }
member this.DocumentElement : Microsoft.Office.Core.CustomXMLNode
Public ReadOnly Property DocumentElement As CustomXMLNode

Property Value

CustomXMLNode

Applies to