Compartilhar via


InvokeCompletedEventArgs.Outputs Propriedade

Definição

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

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 da propriedade

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

Comentários

Os valores de argumento de saída no dicionário são inseridos por nome do argumento.

Aplica-se a