ListBox.IntegerCollection.IList.IndexOf(Object) Método

Definición

Devuelve el índice de la posición de tabulación especificada en la colección.

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

Parámetros

item
Object

Posición de tabulación que se va a colocar en ListBox.IntegerCollection.

Devoluciones

Índice de base cero del elemento si se encontró en la colección ListBox.IntegerCollection; en caso contrario, -1.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ListBox.IntegerCollection se convierte en una interfaz IList.

Se aplica a