Udostępnij za pośrednictwem


DebuggerService.GetExactLocation(SourceLocation) Metoda

Definicja

Zwraca dokładną lokalizację pliku źródłowego na podstawie numerów początkowych i końcowych działania w postaci serializowanego kodu 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

Parametry

approximateLocation
SourceLocation

Lokalizacja pliku źródłowego, która jest znana jako nieistniena.

Zwraca

Dokładna lokalizacja w pliku źródłowym.

Implementuje

Dotyczy