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

適用対象