Share via


CustomXMLPrefixMappings.Item Property

Gets a CustomXMLPrefixMapping object from the CustomXMLPrefixMappings collection. Read-only.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Object _
) As CustomXMLPrefixMapping
    Get
'Usage
Dim instance As CustomXMLPrefixMappings
Dim Index As Object
Dim value As CustomXMLPrefixMapping

value = instance(Index)
CustomXMLPrefixMapping this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.CustomXMLPrefixMapping
CustomXMLPrefixMapping

See Also

Reference

CustomXMLPrefixMappings Interface

CustomXMLPrefixMappings Members

Microsoft.Office.Core Namespace