InvokeCompletedEventArgs.Outputs Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une IDictionary<TKey,TValue> des valeurs d’argument de sortie de l’activité racine du workflow 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 flux de travail terminé.
Remarques
Les valeurs d’argument de sortie dans le dictionnaire sont clé par nom d’argument.