PropertyDescriptorCollection.IList.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un élément de la collection à un index spécifié.
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 de base zéro de l’élément à obtenir ou définir.
Valeur de propriété
Élément à l’index spécifié.
Implémente
Exceptions
La collection est en lecture seule.
La valeur définie n’est pas un PropertyDescriptor.