IDesignerDebugView.GetExactLocation(SourceLocation) 메서드

정의

파생 클래스에서 구현되는 경우 대략적인 위치를 기준으로 소스 파일의 정확한 위치를 반환합니다.

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

소스 파일 내의 위치이며, 이 위치는 인덱스되지 않는 것으로 알려져 있습니다.

반품

원본 파일 내의 정확한 위치입니다.

적용 대상