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)

傳回

目前在範圍中的對應變數字典。

適用於