System::Xml::Schema::XmlSchemaObjectCollection::IndexOf 方法

XmlSchemaObjectCollection::IndexOf method

返回与指定的 XmlSchemaObject 对应的集合索引。

int32_t System::Xml::Schema::XmlSchemaObjectCollection::IndexOf(const SharedPtr<XmlSchemaObject> &item)
参数类型描述
itemconst SharedPtr<XmlSchemaObject>&您想要返回其索引的 XmlSchemaObject

ReturnValue

与指定的 XmlSchemaObject 对应的索引。

另见