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

在被调试器处理的文件中的执行的当前位置。

适用于