Share via


_CustomXMLParts.Count Property

Gets the number of items in the _CustomXMLParts collection. Read-only.

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

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As _CustomXMLParts
Dim value As Integer

value = instance.Count
int Count { get; }

Property Value

Type: System.Int32
Integer

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.

See Also

Reference

_CustomXMLParts Interface

_CustomXMLParts Members

Microsoft.Office.Core Namespace