Freigeben über


SourceLocationProvider.GetSourceLocations(Activity, WorkflowSymbol) Methode

Definition

Ruft die Speicherorte für die angegebene Quelle Stammaktivitäts- Workflows und Symbole ab.

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)

Parameter

rootActivity
Activity

Ein Workflowelement, das die Stammaktivität darstellt, aus der die Quellspeicherorte abgerufen werden.

symbol
WorkflowSymbol

Ein Objekt, das Workflowsymbole enthält.

Gibt zurück

Ein Dictionary<TKey,TValue>-Objekt, das die Quellspeicherorte enthält.

Gilt für: