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)

반환

현재 범위에 있는 매핑된 변수 사전입니다.

적용 대상