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
Index
Type: System.ObjectThe name or index number of the CustomXMLPrefixMapping object to be returned.
Property Value
Type: Microsoft.Office.Core.CustomXMLPrefixMapping
CustomXMLPrefixMapping
See Also
Reference
CustomXMLPrefixMappings Interface