XmlQueryNodeSequence.IList<XPathItem>.IndexOf(XPathItem) メソッド

定義

シーケンス内の指定した値のインデックスを返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

 virtual int System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.IndexOf(System::Xml::XPath::XPathItem ^ value) = System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^>::IndexOf;
int IList<XPathItem>.IndexOf (System.Xml.XPath.XPathItem value);
abstract member System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.IndexOf : System.Xml.XPath.XPathItem -> int
override this.System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.IndexOf : System.Xml.XPath.XPathItem -> int
Function IndexOf (value As XPathItem) As Integer Implements IList(Of XPathItem).IndexOf

パラメーター

value
XPathItem

XPathItem クラスのインスタンス。

戻り値

Int32

シーケンス内の指定した値のインデックス。

実装

適用対象