IDesignerDebugView.GetExactLocation(SourceLocation) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파생 클래스에서 구현되는 경우 대략적인 위치를 바탕으로 소스 파일 내의 정확한 위치를 반환합니다.
public:
System::Activities::Debugger::SourceLocation ^ GetExactLocation(System::Activities::Debugger::SourceLocation ^ approximateLocation);
public System.Activities.Debugger.SourceLocation GetExactLocation (System.Activities.Debugger.SourceLocation approximateLocation);
abstract member GetExactLocation : System.Activities.Debugger.SourceLocation -> System.Activities.Debugger.SourceLocation
Public Function GetExactLocation (approximateLocation As SourceLocation) As SourceLocation
매개 변수
- approximateLocation
- SourceLocation
정확하지 않은 것으로 알려진 소스 파일 내의 위치입니다.
반환
소스 파일 내의 정확한 위치입니다.