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 à accéder.

Valeur de propriété

A CodeAttributeArgument à chaque index valide.

Exceptions

Le index paramètre est en dehors de la plage d’index valide pour la collection.

Remarques

Cette propriété est un indexeur qui peut être utilisé pour accéder à la collection.

S’applique à