Returns an ISchemaItem
object, based on the index that is passed to the function. You can use this method to walk through a collection and examine properties for each item. To walk through the collection, increment the index from 0 to one less than the number returned from the length
property.
The ISchemaItem.itemType
property is used to obtain the object type for the items in the collection.
The appropriate interface is used to obtain further information about the items in the collection. See the table in the ISchemaItemCollection Interface topic for a list of the interfaces used.
var oISchemaItem = oISchemaItemCollection.item(lngIndex)
ISchemaItem
object. The schema item at the specified index.Set oISchemaItem = oISchemaItemCollection.item(lngIndex)
ISchemaItem
object. The schema item at the specified index.HRESULT get_item( long index, ISchemaItem** item);
item
parameter is NULL.To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
ISchemaItem Interface | ISchemaItem itemType Property
Applies to: ISchemaItemCollection Interface