XmlQuerySequence<T>.IList.IndexOf(Object) Método

Definição

Devolve o índice do valor especificado na sequência.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf(object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

Parâmetros

value
Object

O valor especificado.

Devoluções

O índice do valor especificado na sequência.

Implementações

Aplica-se a