Share via


ErrorList.ShowErrors Property

Gets or sets a value indicating whether errors are displayed in the Error List window.

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

Syntax

'Declaration
Property ShowErrors As Boolean
bool ShowErrors { get; set; }
property bool ShowErrors {
    bool get ();
    void set (bool value);
}
abstract ShowErrors : bool with get, set
function get ShowErrors () : boolean 
function set ShowErrors (value : boolean)

Property Value

Type: System.Boolean
true if errors are displayed in the Error List window; otherwise, false.

.NET Framework Security

See Also

Reference

ErrorList Interface

EnvDTE80 Namespace