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

屬性值

除錯器正在處理的檔案中當前執行的位置。

適用於