_CustomXMLPart.DocumentElement 属性

定义

获取文档中数据绑定区域的根元素。 如果该区域为空,则该属性将返回 Nothing。 只读。

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

属性值

CustomXMLNode

适用于