WorkflowInstance.WorkflowInstanceControl.GetMappedVariables Metod

Definition

Returnerar en ordlista med variabler i det aktuella omfånget som har angetts med 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)

Returer

En ordlista med mappade variabler som för närvarande finns i omfånget.

Gäller för