SourceLocationFoundEventArgs(Object, SourceLocation) Конструктор

Определение

Инициализирует новый экземпляр класса с помощью целевого и исходного SourceLocationFoundEventArgs расположения.

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)

Параметры

target
Object

Целевое расположение.

sourceLocation
SourceLocation

Исходное расположение.

Применяется к