Share via


NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>.InsertSnapshotAfterItem Method

Definition

[Foundation.Export("insertSnapshot:afterItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ItemIdentifierType InsertSnapshotAfterItem(UIKit.NSDiffableDataSourceSectionSnapshot<ItemIdentifierType> snapshot, ItemIdentifierType item);
[<Foundation.Export("insertSnapshot:afterItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertSnapshotAfterItem : UIKit.NSDiffableDataSourceSectionSnapshot<'ItemIdentifierType (requires 'ItemIdentifierType :> Foundation.NSObject)> * 'ItemIdentifierType -> 'ItemIdentifierType
override this.InsertSnapshotAfterItem : UIKit.NSDiffableDataSourceSectionSnapshot<'ItemIdentifierType (requires 'ItemIdentifierType :> Foundation.NSObject)> * 'ItemIdentifierType -> 'ItemIdentifierType

Parameters

item
ItemIdentifierType

Returns

ItemIdentifierType
Attributes

Applies to