IDesignerDebugView.CurrentContext プロパティ

定義

派生クラスで実装された場合、ソース ファイル内の実行範囲を取得または設定します。

public:
 property System::Activities::Debugger::SourceLocation ^ CurrentContext { System::Activities::Debugger::SourceLocation ^ get(); void set(System::Activities::Debugger::SourceLocation ^ value); };
public System.Activities.Debugger.SourceLocation CurrentContext { get; set; }
member this.CurrentContext : System.Activities.Debugger.SourceLocation with get, set
Public Property CurrentContext As SourceLocation

プロパティ値

ソース ファイル内の実行開始位置。

適用対象