次の方法で共有


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<Object,SourceLocation>

ソースの場所を格納する Dictionary<TKey,TValue> オブジェクト。

適用対象