SourceLocationProvider.GetSymbols Methode

Definitie

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

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)

Parameters

rootActivity
Activity

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

sourceLocations
Dictionary<Object,SourceLocation>

Een object dat de bronlocaties bevat.

Retouren

Een ICollection<T> object dat de werkstroomsymbolen bevat.

Van toepassing op