XmlQueryNodeSequence.IList<XPathItem>.IndexOf(XPathItem) Method

Definition

Returns the index of the specified value in the sequence.

This API supports the product infrastructure and is not intended to be used directly from your code.

 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

Parameters

value
XPathItem

An instance of the XPathItem class.

Returns

The index of the specified value in the sequence.

Implements

Applies to