DesignerAutoFormatCollection.IList.Item[Int32] Propiedad
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í.
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
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.