Share via


Document.CustomXMLParts Özellik

Tanım

Belgedeki özel XML bölümlerini döndürür.

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

Özellik Değeri

Belgedeki özel XML bölümlerini içeren bir Microsoft.Office.Core.CustomXMLParts koleksiyonu.

Açıklamalar

Office projelerinde özel XML bölümlerini kullanma hakkında daha fazla bilgi için bkz. Özel XML Bölümlerine Genel Bakış.

Şunlara uygulanır