ErrorList.ShowErrors Property

Definition

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

public:
 property bool ShowErrors { bool get(); void set(bool value); };
public:
 property bool ShowErrors { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(3)]
public bool ShowErrors { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.ShowErrors : bool with get, set
Public Property ShowErrors As Boolean

Property Value

true if errors are displayed in the Error List window; otherwise, false.

Attributes

Applies to