다음을 통해 공유


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

디버거에서 처리되는 파일의 현재 실행 위치입니다.

적용 대상