Share via


DebuggerService.GetExactLocation(SourceLocation) メソッド

定義

シリアル化された XAML 形式におけるアクティビティの開始行番号および終了行番号に基づく、正確なソース ファイル内の位置を返します。

public:
 virtual 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
override this.GetExactLocation : System.Activities.Debugger.SourceLocation -> System.Activities.Debugger.SourceLocation
Public Function GetExactLocation (approximateLocation As SourceLocation) As SourceLocation

パラメーター

approximateLocation
SourceLocation

ソース ファイル内の正確ではない位置。

戻り値

ソース ファイル内の正確な位置。

実装

適用対象