Document.CustomXMLParts Vlastnost

Definice

Vrátí vlastní části XML v dokumentu.

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

Hodnota vlastnosti

Kolekce Microsoft.Office.Core.CustomXMLParts, která obsahuje vlastní části XML v dokumentu.

Poznámky

Další informace o použití vlastních částí XML v projektech Office najdete v tématu Přehled vlastních částí XML.

Platí pro