Udostępnij za pośrednictwem


WorkflowInstance.WorkflowInstanceControl.GetMappedVariables Metoda

Definicja

Zwraca słownik zmiennych w bieżącym zakresie, który został określony przy użyciu Mapped .

public:
 System::Collections::Generic::IDictionary<System::String ^, System::Activities::Hosting::LocationInfo ^> ^ GetMappedVariables();
public System.Collections.Generic.IDictionary<string,System.Activities.Hosting.LocationInfo> GetMappedVariables ();
member this.GetMappedVariables : unit -> System.Collections.Generic.IDictionary<string, System.Activities.Hosting.LocationInfo>
Public Function GetMappedVariables () As IDictionary(Of String, LocationInfo)

Zwraca

IDictionary<String,LocationInfo>

Słownik mapowanych zmiennych znajdujących się obecnie w zakresie.

Dotyczy