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

Definice

Vrátí index zadané hodnoty v sekvenci.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

 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

Parametry

value
XPathItem

Instance třídy XPathItem

Návraty

Index zadané hodnoty v sekvenci.

Implementuje

Platí pro