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

適用対象