Partilhar via


Propriedade DataAsyncCommandCompletedEventArgs<T>.ReturnValue

Retorna o valor de retorno da operação.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
Public ReadOnly Property ReturnValue As T
public T ReturnValue { get; }
public:
property T ReturnValue {
    T get ();
}
member ReturnValue : 'T
function get ReturnValue () : T

Valor de propriedade

Tipo: T
O valor de retorno da operação de tipo genérico T.

Segurança do .NET Framework

Consulte também

Referência

DataAsyncCommandCompletedEventArgs<T> Classe

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities