Partager via


UICollectionView.PerformBatchUpdatesAsync(Action) Méthode

Définition

Applique et anime simultanément plusieurs manipulations de .UICollectionView

public virtual System.Threading.Tasks.Task<bool> PerformBatchUpdatesAsync (Action updates);
abstract member PerformBatchUpdatesAsync : Action -> System.Threading.Tasks.Task<bool>
override this.PerformBatchUpdatesAsync : Action -> System.Threading.Tasks.Task<bool>

Paramètres

updates
Action

Délégué spécifiant les mises à jour à appliquer.

Retours

Tâche qui représente l’opération asynchrone PerformBatchUpdates. La valeur du paramètre TResult est un UICompletionHandler.

S’applique à