Condividi tramite


DebuggerService.GetExactLocation(SourceLocation) Metodo

Definizione

Restituisce la posizione esatta del file di origine in base ai numeri di riga iniziale e finale dell'attività nel formato XAML serializzato.

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

Parametri

approximateLocation
SourceLocation

Posizione del file di origine nota come inesatta.

Restituisce

Posizione esatta nel file di origine.

Implementazioni

Si applica a