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)

返回

IDictionary<String,LocationInfo>

由当前位于范围中的已映射变量组成的字典。

适用于