InvokeCompletedEventArgs.Outputs Propriedade

Definição

Obtém um IDictionary<TKey,TValue> dos valores do argumento de saída da atividade raiz do fluxo de trabalho completo.

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)

Valor de Propriedade

Um dicionário dos valores dos argumentos de saída da atividade raiz do fluxo de trabalho concluído.

Observações

Os valores dos argumentos de saída no dicionário são indicados pelo nome do argumento.

Aplica-se a