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

序列中指定值的索引。

实现

适用于