Share via


InvokeCompletedEventArgs.Outputs 속성

정의

완료된 워크플로에서 루트 작업 출력 인수 값의 IDictionary<TKey,TValue>를 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Outputs { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Outputs { get; }
member this.Outputs : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Outputs As IDictionary(Of String, Object)

속성 값

루트 활동의 사전의 완료 된 워크플로에서 인수 값을 출력 합니다.

설명

사전에 있는 출력 인수 값에는 인수 이름에 따라 키가 지정됩니다.

적용 대상