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

不正確であることがわかっているソース ファイル内の位置。

返品

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

適用対象