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 l’index CompilerError 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 à localiser dans la collection.
Valeur de propriété
A CompilerError à chaque index valide.
Exceptions
La valeur d’index indiquée par le index paramètre est en dehors de la plage valide d’index pour la collection.