Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Declaration
Public ReadOnly Property ReturnValue As T
public T ReturnValue { get; }
public:
property T ReturnValue {
T get ();
}
member ReturnValue : 'T with get
function get ReturnValue () : T
Property Value
Type: T
The return value of the operation of the generic type T.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataAsyncCommandCompletedEventArgs<T> Class
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace