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

不正確であることが知られているソース ファイルの場所。

返品

ソース ファイル内の正確な場所。

実装

適用対象