Share via


InvokeCompletedEventArgs.Outputs Propriété

Définition

Obtient un objet IDictionary<TKey,TValue> des valeurs d’argument de sortie de l’activité racine à partir du flux de travail terminé.

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)

Valeur de propriété

Dictionnaire des valeurs d’argument de sortie de l’activité racine à partir du workflow terminé.

Remarques

Les valeurs d'argument de sortie dans le dictionnaire sont indexées par nom d'argument.

S’applique à