DataAsyncCommandCompletedEventArgs<T>.ReturnValue 属性

定义

返回操作的返回值。

public:
 property T ReturnValue { T get(); };
public T ReturnValue { get; }
member this.ReturnValue : 'T
Public ReadOnly Property ReturnValue As T

属性值

T

泛型类型 T 的操作的返回值。

适用于