DesignerAutoFormatCollection.IList.IndexOf(Object) Método

Definición

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.

Se aplica a

Consulte también