Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As ErrorList
Dim value As Boolean
value = instance.ShowErrors
instance.ShowErrors = value
bool ShowErrors { get; set; }
property bool ShowErrors {
bool get ();
void set (bool value);
}
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
- 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.