言語

ScriptAndResultsEditorControl.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

適用対象