Partager via


CollectionView.IsRefreshDeferred Propriété

Définition

Obtient une valeur qui indique s'il y a un DeferRefresh() en cours d'utilisation.

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

Valeur de propriété

Boolean

true s'il y a un DeferRefresh() en cours d'utilisation ; sinon, false.

Notes pour les héritiers

Les classes dérivées doivent éviter d’appeler Refresh() si IsRefreshDeferred elle retourne true.

S’applique à