次の方法で共有


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

プロパティ値

デバッガーが処理するファイルの、現在の実行位置。

適用対象