Partager via


DataAsyncCommandCompletedEventArgs<T>.ReturnValue, propriété

Retourne la valeur de retour de l'exécution.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ReturnValue As T
public T ReturnValue { get; }
public:
property T ReturnValue {
    T get ();
}
member ReturnValue : 'T
function get ReturnValue () : T

Valeur de propriété

Type : T
La valeur de retour de l'exécution du type générique T.

Sécurité .NET Framework

Voir aussi

Référence

DataAsyncCommandCompletedEventArgs<T> Classe

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms