Share via


NSCollectionView.PerformBatchUpdates(Action, Action<Boolean>) 方法

定义

[Foundation.Export("performBatchUpdates:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PerformBatchUpdates (Action updates, Action<bool> completionHandler);
abstract member PerformBatchUpdates : Action * Action<bool> -> unit
override this.PerformBatchUpdates : Action * Action<bool> -> unit

参数

updates
Action
completionHandler
Action<Boolean>
属性

适用于