다음을 통해 공유


SourceLocationProvider.GetSourceLocations(Activity, WorkflowSymbol) 메서드

정의

지정된 루트 활동 및 워크플로 기호에 대한 원본 위치를 가져옵니다.

public:
 static System::Collections::Generic::Dictionary<System::Object ^, System::Activities::Debugger::SourceLocation ^> ^ GetSourceLocations(System::Activities::Activity ^ rootActivity, System::Activities::Debugger::Symbol::WorkflowSymbol ^ symbol);
public static System.Collections.Generic.Dictionary<object,System.Activities.Debugger.SourceLocation> GetSourceLocations (System.Activities.Activity rootActivity, System.Activities.Debugger.Symbol.WorkflowSymbol symbol);
static member GetSourceLocations : System.Activities.Activity * System.Activities.Debugger.Symbol.WorkflowSymbol -> System.Collections.Generic.Dictionary<obj, System.Activities.Debugger.SourceLocation>
Public Shared Function GetSourceLocations (rootActivity As Activity, symbol As WorkflowSymbol) As Dictionary(Of Object, SourceLocation)

매개 변수

rootActivity
Activity

소스 위치를 가져올 루트 작업을 나타내는 워크플로 요소입니다.

symbol
WorkflowSymbol

워크플로 기호를 포함하는 개체입니다.

반환

소스 위치를 포함하는 Dictionary<TKey,TValue> 개체입니다.

적용 대상