Aracılığıyla paylaş


SourceLocationProvider.GetSymbols Yöntem

Tanım

Belirtilen kök etkinlik ve kaynak konumlar için iş akışı sembollerini alır.

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)

Parametreler

rootActivity
Activity

İş akışı sembollerini almak için kök etkinliği temsil eden bir iş akışı öğesi.

sourceLocations
Dictionary<Object,SourceLocation>

Kaynak konumları içeren bir nesne.

Döndürülenler

ICollection<ActivitySymbol>

İş ICollection<T> akışı sembollerini içeren bir nesne.

Şunlara uygulanır