CollectionView.IsRefreshDeferred Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique s’il existe un état d’attente 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é
true s’il y a une utilisation en suspens DeferRefresh() ; sinon, false.
Notes pour les héritiers
Les classes dérivées doivent éviter d’appeler Refresh() si IsRefreshDeferred elle retourne true.