Compartilhar via


Propriedade ErrorList.ShowWarnings

Obtém ou define um valor que indica se os avisos são exibidos o Error List janela.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (em EnvDTE80.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Boolean
true Se os avisos são exibidos o Error List janela; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ErrorList Interface

Namespace EnvDTE80