Share via


NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>.DeleteItems Method

Definition

[Foundation.Export("deleteItems:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DeleteItems(ItemIdentifierType[] items);
[<Foundation.Export("deleteItems:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DeleteItems : 'ItemIdentifierType[] -> unit
override this.DeleteItems : 'ItemIdentifierType[] -> unit

Parameters

items
ItemIdentifierType[]
Attributes

Applies to