共用方式為


Document.CustomXMLParts 屬性

定義

傳回文件中的自訂 XML 組件。

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

屬性值

Microsoft.Office.Core.CustomXMLParts 集合,其中包含檔中的自定義 XML 元件。

備註

如需在 Office 專案中使用自訂 XML 元件的詳細資訊,請參閱 自定義 XML 元件概觀

適用於