UITableView.PerformBatchUpdates(Action, Action<Boolean>) メソッド

定義

の複数の操作を適用および同時にアニメーション化します UITableView

[Foundation.Export("performBatchUpdates:completion:")]
[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 void PerformBatchUpdates (Action updates, Action<bool> completion);
abstract member PerformBatchUpdates : Action * Action<bool> -> unit
override this.PerformBatchUpdates : Action * Action<bool> -> unit

パラメーター

updates
Action

実行する更新プログラム。

このパラメーターは、null に設定できます。

completion
Action<Boolean>

更新が完了した後に実行するハンドラー。 すべてのアニメーションが完了したかどうかを示すブール値を取得します。

このパラメーターは、null に設定できます。

属性

適用対象