Compartilhar via


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

Definição

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

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente 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.

Retornos

Int32

O índice do valor especificado na sequência.

Implementações

Aplica-se a