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

來源位置。

適用於