ListBox.IntegerCollection.IList.IndexOf(Object) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve el índice de la 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
Tabulación que se va a buscar en .ListBox.IntegerCollection
Devoluciones
Índice de base cero del elemento si se encontró en ; en ListBox.IntegerCollectioncaso contrario, -1.
Implementaciones
Comentarios
Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ListBox.IntegerCollection instancia se convierte en una IList interfaz.