DesignerAutoFormatCollection.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í.
Determina el índice de un elemento específico de la colección cuando el DesignerAutoFormatCollection objeto se convierte en una IList interfaz.
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
Valor.
Devoluciones
Índice de un elemento de la colección.
Implementaciones
Comentarios
Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la DesignerAutoFormatCollection instancia se convierte en una IList interfaz.