DebuggerService.GetExactLocation(SourceLocation) Methode

Definitie

Retourneert een exacte bronbestandslocatie op basis van de begin- en eindregelnummers van de activiteit in de geserialiseerde XAML-vorm.

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

Parameters

approximateLocation
SourceLocation

Een bronbestandslocatie die onbekend is.

Retouren

Een exacte locatie in het bronbestand.

Implementeringen

Van toepassing op