IDesignerDebugView.CurrentLocation プロパティ

定義

派生クラスで実装されている場合は、デバッガーによって処理されているファイル内の現在の実行場所を取得または設定します。

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

プロパティ値

デバッガーによって処理されているファイル内の実行の現在の場所。

適用対象