ErrorList.ShowMessages 属性

定义

获取或设置一个值,该值指示是否在 错误列表 窗口中显示消息。

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

属性值

Boolean

true 如果 错误列表 窗口中显示消息,则为; 否则为。否则为 false

属性

适用于