共用方式為


UICollectionView.ReloadItems(NSIndexPath[]) 方法

定義

重載指定專案的資料。

[Foundation.Export("reloadItemsAtIndexPaths:")]
public virtual void ReloadItems (Foundation.NSIndexPath[] indexPaths);
abstract member ReloadItems : Foundation.NSIndexPath[] -> unit
override this.ReloadItems : Foundation.NSIndexPath[] -> unit

參數

indexPaths
NSIndexPath[]

NSIndexPath要重載之專案的 。

屬性

備註

如果可見指定的專案,則會 UICollectionView 捨棄,然後重新顯示它們。

適用於

另請參閱