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 相關的索引。