DebuggerService.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

속성 값

소스 파일 내의 위치입니다.

구현

적용 대상