_Document.CustomXMLParts Property

Returns a [CustomXMLParts#SameCHM] collection that represents the custom XML in the XML data store. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property CustomXMLParts As CustomXMLParts
    Get
'Usage
Dim instance As _Document
Dim value As CustomXMLParts

value = instance.CustomXMLParts
CustomXMLParts CustomXMLParts { get; }

Property Value

Type: CustomXMLParts
_CustomXMLParts

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace