_CustomXMLParts.Item Property
Gets a _CustomXMLPart object from the _CustomXMLParts collection. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Object _
) As CustomXMLPart
Get
'Usage
Dim instance As _CustomXMLParts
Dim Index As Object
Dim value As CustomXMLPart
value = instance(Index)
CustomXMLPart this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectRequired Object. The name or index number of the _CustomXMLPart object to be returned.
Property Value
Type: Microsoft.Office.Core.CustomXMLPart
CustomXMLPart
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.