संपादन करना

के माध्यम से साझा करें


DebuggerService.GetExactLocation(SourceLocation) Method

Definition

Returns an exact source file location based on the start and end line numbers of the activity in its serialized XAML form.

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

A source file location known to be inexact.

Returns

An exact location in the source file.

Implements

Applies to