WorkflowInstance.WorkflowInstanceControl.GetMappedVariables Methode

Definition

Gibt ein Wörterbuch von Variablen im aktuellen Bereich zurück, die mit Mapped angegeben wurden.

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

IDictionary<String,LocationInfo>

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

Gilt für