Share via


NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>.ReplaceChildren Method

Definition

[Foundation.Export("replaceChildrenOfParentItem:withSnapshot:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplaceChildren(ItemIdentifierType parentItem, UIKit.NSDiffableDataSourceSectionSnapshot<ItemIdentifierType> snapshot);
[<Foundation.Export("replaceChildrenOfParentItem:withSnapshot:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplaceChildren : 'ItemIdentifierType * UIKit.NSDiffableDataSourceSectionSnapshot<'ItemIdentifierType (requires 'ItemIdentifierType :> Foundation.NSObject)> -> unit
override this.ReplaceChildren : 'ItemIdentifierType * UIKit.NSDiffableDataSourceSectionSnapshot<'ItemIdentifierType (requires 'ItemIdentifierType :> Foundation.NSObject)> -> unit

Parameters

parentItem
ItemIdentifierType
Attributes

Applies to