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

來源位置。

適用於