Share via


NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>.AppendItems Method

Definition

Overloads

AppendItems(ItemIdentifierType[])

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

Parameters

identifiers
ItemIdentifierType[]
Attributes

Applies to

AppendItems(ItemIdentifierType[], SectionIdentifierType)

[Foundation.Export("appendItemsWithIdentifiers:intoSectionWithIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendItems(ItemIdentifierType[] identifiers, SectionIdentifierType sectionIdentifier);
[<Foundation.Export("appendItemsWithIdentifiers:intoSectionWithIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendItems : 'ItemIdentifierType[] * 'SectionIdentifierType -> unit
override this.AppendItems : 'ItemIdentifierType[] * 'SectionIdentifierType -> unit

Parameters

identifiers
ItemIdentifierType[]
sectionIdentifier
SectionIdentifierType
Attributes

Applies to