다음을 통해 공유


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

소스 위치입니다.

적용 대상