DataAsyncCommandCompletedEventArgs<T>.ReturnValue Property

Returns the return value of the operation.

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

Syntax

'宣言
Public ReadOnly Property ReturnValue As T
'使用
Dim instance As DataAsyncCommandCompletedEventArgs
Dim value As T

value = instance.ReturnValue
public T ReturnValue { get; }
public:
property T ReturnValue {
    T get ();
}
public function get ReturnValue () : T

Property Value

Type: T

The return value of the operation of the generic type T.

Permissions

See Also

Reference

DataAsyncCommandCompletedEventArgs<T> Class

DataAsyncCommandCompletedEventArgs<T> Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace