CheckedListBox.CheckedIndexCollection.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í.
Para obtener una descripción de este miembro, vea IndexOf(Object).
virtual int System.Collections.IList.IndexOf(System::Object ^ index) = System::Collections::IList::IndexOf;
int IList.IndexOf(object index);
int IList.IndexOf(object? index);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (index As Object) As Integer Implements IList.IndexOf
Parámetros
- index
- Object
Índice de base cero del objeto que CheckedListBox.ObjectCollection se va a buscar en esta colección.
Devoluciones
Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la CheckedListBox.CheckedIndexCollection instancia se convierte en una IList interfaz.