Returns an ISchemaItem
object. The returned object contains information about the item name and the corresponding namespace that are sent to the function in the name
and namespaceURI
parameters. The ISchemaItem
interface obtains further information from the returned object.
var oISchemaItem = oISchemaItemCollection.itemByQName(strName, strNamespaceURI)
ISchemaItem
object. The schema item that has the same name and namespace URI that are passed in through the parameters.Set oISchemaItem = oISchemaItemCollection.itemByQName(strName, strNamespaceURI)
ISchemaItem
object. The schema item that has the same name and namespace URI that are passed in through the parameters.HRESULT get_itemByQName( BSTR name, BSTR namespaceURI, ISchemaItem** item);
ISchemaItem
object. The schema item that has the same name and namespace URI that are passed in through the parameters.name
parameter returns NULL.item
parameter returns 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 Type Property | Using Namespaces in Schemas
Applies to: ISchemaItemCollection Interface