CodeStatementCollection.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 l'objet CodeStatement à l'index spécifié dans la collection.
public:
property System::CodeDom::CodeStatement ^ default[int] { System::CodeDom::CodeStatement ^ get(int index); void set(int index, System::CodeDom::CodeStatement ^ value); };
public System.CodeDom.CodeStatement this[int index] { get; set; }
member this.Item(int) : System.CodeDom.CodeStatement with get, set
Default Public Property Item(index As Integer) As CodeStatement
Paramètres
- index
- Int32
Index de la collection à laquelle accéder.
Valeur de propriété
CodeStatement pour chaque index valide.
Exceptions
Le paramètre index
est en dehors de la plage valide des index pour la collection.
Remarques
Cette propriété est un indexeur qui peut être utilisé pour accéder à la collection.