Share via


DesignerAutoFormatCollection.IList.IndexOf(Object) Método

Definición

Determina el índice de un elemento concreto de la colección cuando el objeto DesignerAutoFormatCollection se convierte en una interfaz IList.

 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 un miembro de interfaz. Solo se puede utilizar cuando la instancia de DesignerAutoFormatCollection se convierte en una interfaz IList.

Se aplica a

Consulte también