DesignerAutoFormatCollection.IList.Item[Int32] Propriété

Définition

Obtient l'élément à l'index spécifié lorsque l'objet DesignerAutoFormatCollection est casté en une interface 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

Paramètres

index
Int32

Index.

Valeur de propriété

Object

Élément au niveau de l'index spécifié.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Elle ne peut être utilisée que lorsque l’objet DesignerAutoFormatCollection est converti en IList interface.

S’applique à

Voir aussi