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)

속성 값

완료된 워크플로에서 루트 작업의 출력 인수 값 사전입니다.

설명

사전의 출력 인수 값은 인수 이름으로 키가 지정됩니다.

적용 대상