XmlQueryNodeSequence.IList<XPathItem>.IndexOf(XPathItem) Método

Definición

Devuelve el índice del valor especificado en la secuencia.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

 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

Parámetros

value
XPathItem

Instancia de la clase XPathItem.

Devoluciones

Int32

Índice del valor especificado en la secuencia.

Implementaciones

Se aplica a