NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>.AppendItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| AppendItems(ItemIdentifierType[]) | |
| AppendItems(ItemIdentifierType[], ItemIdentifierType) |
AppendItems(ItemIdentifierType[])
[Foundation.Export("appendItems:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendItems(ItemIdentifierType[] items);
[<Foundation.Export("appendItems:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendItems : 'ItemIdentifierType[] -> unit
override this.AppendItems : 'ItemIdentifierType[] -> unit
Parameters
- items
- ItemIdentifierType[]
- Attributes
Applies to
AppendItems(ItemIdentifierType[], ItemIdentifierType)
[Foundation.Export("appendItems:intoParentItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendItems(ItemIdentifierType[] items, ItemIdentifierType? parentItem);
[<Foundation.Export("appendItems:intoParentItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendItems : 'ItemIdentifierType[] * 'ItemIdentifierType -> unit
override this.AppendItems : 'ItemIdentifierType[] * 'ItemIdentifierType -> unit
Parameters
- items
- ItemIdentifierType[]
- parentItem
- ItemIdentifierType
- Attributes