CollectionView.IsRefreshDeferred プロパティ

定義

未処理の DeferRefresh() が使用中かどうかを示す値を取得します。

protected:
 property bool IsRefreshDeferred { bool get(); };
protected bool IsRefreshDeferred { get; }
member this.IsRefreshDeferred : bool
Protected ReadOnly Property IsRefreshDeferred As Boolean

プロパティ値

使用中の未処理の がある場合は a0/& 。それ以外の場合は。

注意 (継承者)

派生クラスは、Refresh()IsRefreshDeferredを返す場合にtrueを呼び出さないようにする必要があります。

適用対象