DebuggerService.GetExactLocation(SourceLocation) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt einen genauen Quelldateispeicherort basierend auf den Start- und Endzeilennummern der Aktivität im serialisierten XAML-Formular zurück.
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
Parameter
- approximateLocation
- SourceLocation
Ein Quelldateispeicherort, der als ungenau bekannt ist.
Gibt zurück
Ein exakter Speicherort in der Quelldatei.