ImageList.ImageCollection.IList.IndexOf(Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Implementa o método IndexOf(Object). Gera um NotSupportedException em todos os casos.
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 ^ image) = System::Collections::IList::IndexOf;
virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object image);
int IList.IndexOf (object value);
int IList.IndexOf (object? value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (image As Object) As Integer Implements IList.IndexOf
Function IndexOf (value As Object) As Integer Implements IList.IndexOf
Parâmetros
- imagevalue
- Object
A imagem a ser localizada na lista.
Retornos
O índice de value
se encontrado na lista; caso contrário, -1.
Implementações
Exceções
Em todos os casos.