DataSourceProvider.IsRefreshDeferred プロパティ
定義
保留状態の DeferRefresh() が使用されているかどうかを示す値を取得します。Gets a value that indicates whether there is an outstanding DeferRefresh() in use.
protected:
property bool IsRefreshDeferred { bool get(); };
protected bool IsRefreshDeferred { get; }
member this.IsRefreshDeferred : bool
Protected ReadOnly Property IsRefreshDeferred As Boolean
プロパティ値
保留状態の DeferRefresh() が使用されている場合は true
。それ以外の場合は false
。true
if there is an outstanding DeferRefresh() in use; otherwise, false
.
注釈
実装時の注意: 更新の遅延を最大限に活用するに Refresh は、このプロパティがであるときにを呼び出さないでください true
。Notes to implementers: To get the best use out of refresh deferral, do not call Refresh when this property is true
.