IDesignerDebugView.IsDebugging 属性

定义

在派生类中实现时,获取或设置一个值,指示是否启用调试。

public:
 property bool IsDebugging { bool get(); void set(bool value); };
public bool IsDebugging { get; set; }
member this.IsDebugging : bool with get, set
Public Property IsDebugging As Boolean

属性值

如果启用调试,则为 true;否则,为 false

适用于