ErrorList.ShowWarnings Property
Gets or sets a value indicating whether warnings are displayed in the Error List window.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
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)
Property Value
Type: System.Boolean
true if warnings are displayed in the Error List window; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.