Share via


NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>.ReloadItems Method

Definition

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

Parameters

identifiers
ItemIdentifierType[]
Attributes

Applies to