DesignerAutoFormatCollection.IList.Item[Int32] Propiedad

Definición

Obtiene el elemento del índice especificado cuando el objeto DesignerAutoFormatCollection se convierte en una interfaz IList.

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

Parámetros

index
Int32

Índice.

Valor de propiedad

Object

Elemento en el índice especificado.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede usar cuando el DesignerAutoFormatCollection objeto se convierte en una IList interfaz.

Se aplica a

Consulte también