DesignerAutoFormatCollection.IList.Item[Int32] Propiedad

Definición

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

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

El índice.

Valor de propiedad

Elemento en el índice especificado.

Implementaciones

Comentarios

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

Se aplica a

Consulte también