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

ソースの場所。

適用対象