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

XmlSchemaObjectCollection::IndexOf method

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

int32_t System::Xml::Schema::XmlSchemaObjectCollection::IndexOf(const SharedPtr<XmlSchemaObject> &item)
ParameterType描述
itemconst SharedPtr<XmlSchemaObject>&要返回其索引的 XmlSchemaObject

ReturnValue

对应指定的 XmlSchemaObject 的索引。

另见