次の方法で共有


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 プラットフォームによる内部使用向け。

適用対象