AsyncValue<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
供 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.ObjectAsyncValue<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 平台内部使用。 |