XmlSchemaObjectCollection.IndexOf(XmlSchemaObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与指定的 XmlSchemaObject 相对应的集合索引。
public:
int IndexOf(System::Xml::Schema::XmlSchemaObject ^ item);
public int IndexOf (System.Xml.Schema.XmlSchemaObject item);
member this.IndexOf : System.Xml.Schema.XmlSchemaObject -> int
Public Function IndexOf (item As XmlSchemaObject) As Integer
参数
- item
- XmlSchemaObject
要返回其索引的 XmlSchemaObject。
返回
与指定的 XmlSchemaObject 相对应的索引。