共用方式為


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

屬性值

SourceLocation

執行作業在偵錯工具處理檔案中的目前位置。

適用於