CompilerErrorCollection.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 le CompilerError à l'index spécifié.
public:
property System::CodeDom::Compiler::CompilerError ^ default[int] { System::CodeDom::Compiler::CompilerError ^ get(int index); void set(int index, System::CodeDom::Compiler::CompilerError ^ value); };
public System.CodeDom.Compiler.CompilerError this[int index] { get; set; }
member this.Item(int) : System.CodeDom.Compiler.CompilerError with get, set
Default Public Property Item(index As Integer) As CompilerError
Paramètres
- index
- Int32
Index de base zéro de l’entrée à rechercher dans la collection.
Valeur de propriété
CompilerError pour chaque index valide.
Exceptions
La valeur d'index indiquée par le paramètre index est hors de la plage valide des index pour la collection.