Share via


CodeAttributeArgumentCollection.Item[Int32] Propriété

Définition

Obtient ou définit l'objet CodeAttributeArgument à l'index spécifié dans la collection.

public:
 property System::CodeDom::CodeAttributeArgument ^ default[int] { System::CodeDom::CodeAttributeArgument ^ get(int index); void set(int index, System::CodeDom::CodeAttributeArgument ^ value); };
public System.CodeDom.CodeAttributeArgument this[int index] { get; set; }
member this.Item(int) : System.CodeDom.CodeAttributeArgument with get, set
Default Public Property Item(index As Integer) As CodeAttributeArgument

Paramètres

index
Int32

Index de la collection à laquelle accéder.

Valeur de propriété

CodeAttributeArgument 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.

S’applique à