DiagnosticMessage.EndColumn 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 l’index de colonne de base zéro pour la fin de l’erreur de compilation.
public:
property int EndColumn { int get(); };
public int EndColumn { get; }
member this.EndColumn : int
Public ReadOnly Property EndColumn As Integer