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
소스 파일 내의 위치이며, 이 위치는 인덱스되지 않는 것으로 알려져 있습니다.
반품
원본 파일 내의 정확한 위치입니다.