System::Xml::Schema::XmlSchemaObjectCollection::IndexOf method

XmlSchemaObjectCollection::IndexOf method

Returns the collection index corresponding to the specified XmlSchemaObject.

int32_t System::Xml::Schema::XmlSchemaObjectCollection::IndexOf(const SharedPtr<XmlSchemaObject> &item)
ParameterTypeDescription
itemconst SharedPtr<XmlSchemaObject>&The XmlSchemaObject whose index you want to return.

ReturnValue

The index corresponding to the specified XmlSchemaObject.

See Also