Share via


CustomXMLSchemaCollectionClass.Item Property

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

Syntax

'Declaration
Public Overridable ReadOnly Default Property Item ( _
    Index As Object _
) As CustomXMLSchema
    Get
'Usage
Dim instance As CustomXMLSchemaCollectionClass
Dim Index As Object
Dim value As CustomXMLSchema

value = instance(Index)
public virtual CustomXMLSchema this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.CustomXMLSchema

Implements

_CustomXMLSchemaCollection.Item[Object]

See Also

Reference

CustomXMLSchemaCollectionClass Class

CustomXMLSchemaCollectionClass Members

Microsoft.Office.Core Namespace