次の方法で共有


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

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

戻り値

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

適用対象