Returns an ISchemaItem
object. The collection is searched to find an ISchemaItem
that has a name
property in the targetNamespace
of the schema that matches the name
parameter sent to the method. The returned object contains information about the item name that is sent to the function in the name
parameter. The ISchemaItem
interface is used to derive further information from the returned item. For more information about ISchemaItem
objects, see ISchemaItem Interface.
var oISchemaItem = oISchemaItemCollection.itemByName(strName)
ISchemaItem
object. The schema item at the specified index.Set oISchemaItem = oISchemaItemCollection.itemByName(strName)
ISchemaItem
object. The schema item at the specified index.HRESULT get_itemByName( BSTR name, ISchemaItem** item);
name
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 | ISchemaItem Name Property
Applies to: ISchemaItemCollection Interface