XmlSchemaObjectCollection.IndexOf(XmlSchemaObject) 方法

定义

获取与指定的 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 相对应的索引。

适用于