SourceLocationFoundEventArgs(Object, SourceLocation) Constructor

Definitie

Initialiseert een nieuw exemplaar van de SourceLocationFoundEventArgs klasse met behulp van de doel- en bronlocatie.

public:
 SourceLocationFoundEventArgs(System::Object ^ target, System::Activities::Debugger::SourceLocation ^ sourceLocation);
public SourceLocationFoundEventArgs(object target, System.Activities.Debugger.SourceLocation sourceLocation);
new System.Activities.Debugger.SourceLocationFoundEventArgs : obj * System.Activities.Debugger.SourceLocation -> System.Activities.Debugger.SourceLocationFoundEventArgs
Public Sub New (target As Object, sourceLocation As SourceLocation)

Parameters

target
Object

De doellocatie.

sourceLocation
SourceLocation

De bronlocatie.

Van toepassing op