WorkflowInstance.WorkflowInstanceControl.GetMappedVariables 方法

定义

返回当前作用域中已指定 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)

返回

当前在范围内映射变量的字典。

适用于