NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>.InsertSnapshotAfterItem 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.
[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