Freigeben über


SourceLocationProvider.GetSymbols Methode

Definition

Ruft die Workflowsymbole für die angegebenen Stammaktivitäts- und Quellspeicherorte ab.

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

Parameter

rootActivity
Activity

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

sourceLocations
Dictionary<Object,SourceLocation>

Ein Objekt, das die Quellspeicherorte enthält.

Gibt zurück

Ein ICollection<T>-Objekt, das die Workflowsymbole enthält.

Gilt für: