Partager via


UITableView.PerformBatchUpdatesAsync(Action) Méthode

Définition

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.

S’applique à