_CustomXMLParts Interface

Represents a collection of _CustomXMLPart objects.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000CDB09-0000-0000-C000-000000000046")> _
Public Interface _CustomXMLParts _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As _CustomXMLParts
[GuidAttribute("000CDB09-0000-0000-C000-000000000046")]
public interface _CustomXMLParts : _IMsoDispObj, 
    IEnumerable

Remarks

Note

References to DTDs from custom XML parts are not supported. DTD references in custom XML parts will not resolve, and custom XML parts containing DTD references generate an exception when an attempt is made to save the file's content to a flat XML file.

There are three default parts that are always created with a document. These are 'Cover pages', 'Doc properties' and 'App properties'. The last two were in previous versions of Microsoft Word but are now provided in XML form in the _CustomXMLParts object collection

See Also

Reference

_CustomXMLParts Members

Microsoft.Office.Core Namespace