IDesignerDebugView.GetExactLocation(SourceLocation) Methode

Definitie

Wanneer deze wordt geïmplementeerd in een afgeleide klasse, wordt een exacte locatie in een bronbestand geretourneerd op basis van een geschatte locatie.

public:
 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
Public Function GetExactLocation (approximateLocation As SourceLocation) As SourceLocation

Parameters

approximateLocation
SourceLocation

Een positie binnen een bronbestand dat onbekend is.

Retouren

Een exacte locatie in het bronbestand.

Van toepassing op