WorkflowInstance.WorkflowInstanceControl.GetMappedVariables Metodo

Definizione

Restituisce un dizionario di variabili nell'ambito corrente specificato con 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)

Restituisce

Dizionario di variabili di cui è stato eseguito il mapping attualmente presenti nell'ambito.

Si applica a