_CustomXMLPart.DocumentElement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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