SourceLocationProvider.GetSourceLocations(Activity, WorkflowSymbol) Methode

Definitie

Hiermee haalt u de bronlocaties op voor de opgegeven hoofdactiviteit en werkstroomsymbolen.

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)

Parameters

rootActivity
Activity

Een werkstroomelement dat de hoofdactiviteit vertegenwoordigt waaruit de bronlocaties moeten worden opgehaald.

symbol
WorkflowSymbol

Een object dat de werkstroomsymbolen bevat.

Retouren

Een Dictionary<TKey,TValue> object dat de bronlocaties bevat.

Van toepassing op