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)
| Parameter | Type | Description | 
|---|---|---|
| item | const SharedPtr<XmlSchemaObject>& | The XmlSchemaObject whose index you want to return. | 
ReturnValue
The index corresponding to the specified XmlSchemaObject.
See Also
- Typedef SharedPtr
 - Class XmlSchemaObject
 - Class XmlSchemaObjectCollection
 - Namespace System::Xml::Schema
 - Library Aspose.Page for C++