Partager via


ErrorList.ShowWarnings, propriété

Obtient ou définit une valeur indiquant si les avertissements sont affichés dans la fenêtre Liste d'erreurs.

Espace de noms :  EnvDTE80
Assembly :  EnvDTE80 (dans EnvDTE80.dll)

Syntaxe

'Déclaration
Property ShowWarnings As Boolean
bool ShowWarnings { get; set; }
property bool ShowWarnings {
    bool get ();
    void set (bool value);
}
abstract ShowWarnings : bool with get, set
function get ShowWarnings () : boolean 
function set ShowWarnings (value : boolean)

Valeur de propriété

Type : Boolean
true si les avertissements sont affichés dans la fenêtre Liste d'erreurs ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ErrorList Interface

EnvDTE80, espace de noms