ErrorList.ShowMessages Property
Gets or sets a value indicating whether messages are displayed in the Error List window.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Property ShowMessages As Boolean
bool ShowMessages { get; set; }
property bool ShowMessages {
bool get ();
void set (bool value);
}
abstract ShowMessages : bool with get, set
function get ShowMessages () : boolean
function set ShowMessages (value : boolean)
Property Value
Type: System.Boolean
true if messages 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.