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)

戻り値

現在、スコープ内にあるマップされた変数のディクショナリ。

適用対象