WorkflowInstance.WorkflowInstanceControl.GetMappedVariables Methode

Definition

Gibt ein Wörterbuch mit Variablen im aktuellen Bereich zurück, das mit 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)

Gibt zurück

Ein Wörterbuch der zugeordneten Variablen, die sich derzeit im Bereich befinden.

Gilt für: