AsyncValue<T> 类

定义

供 Xamarin.Forms 平台内部使用。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class AsyncValue<T> : System.ComponentModel.INotifyPropertyChanged
type AsyncValue<'T> = class
    interface INotifyPropertyChanged

类型参数

T

供 Xamarin.Forms 平台内部使用。

继承
System.Object
AsyncValue<T>
属性
System.ComponentModel.EditorBrowsableAttribute
实现
System.ComponentModel.INotifyPropertyChanged

构造函数

AsyncValue<T>(Task<T>, T)

供 Xamarin.Forms 平台内部使用。

属性

IsRunning

供 Xamarin.Forms 平台内部使用。

Null

供 Xamarin.Forms 平台内部使用。

Value

供 Xamarin.Forms 平台内部使用。

事件

PropertyChanged

供 Xamarin.Forms 平台内部使用。

适用于