Share via


UICollectionView.ReconfigureItems(NSIndexPath[]) Method

Definition

[Foundation.Export("reconfigureItemsAtIndexPaths:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReconfigureItems(Foundation.NSIndexPath[] indexPaths);
[<Foundation.Export("reconfigureItemsAtIndexPaths:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReconfigureItems : Foundation.NSIndexPath[] -> unit
override this.ReconfigureItems : Foundation.NSIndexPath[] -> unit

Parameters

indexPaths
NSIndexPath[]
Attributes

Applies to