UITableView.PerformBatchUpdatesAsync(Action) Méthode
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.
Applique et anime simultanément plusieurs manipulations du UITableView.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
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
Mises à jour à effectuer. Ce paramètre peut être .
Retours
Tâche qui représente l’opération PerformBatchUpdates asynchrone. La valeur du paramètre TResult est de type System.Action<System.Boolean>.
- Attributs
Remarques
La méthode PerformBatchUpdatesAsync peut être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.
À ajouter.