Share via


CodeCatchClauseCollection.Item[Int32] Propriété

Définition

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

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

Paramètres

index
Int32

Index de la collection à laquelle accéder.

Valeur de propriété

Objet CodeCatchClause à 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 à

Voir aussi