UICollectionView.ReloadItems(NSIndexPath[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重載指定專案的資料。
[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 捨棄,然後重新顯示它們。
適用於
另請參閱
- ReloadData()
- <xref:UIKit.UICollectionView.ReloadSections>