UICollectionView.ReloadSections(NSIndexSet) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 的指定區段中 UICollectionView 重載資料。
[Foundation.Export("reloadSections:")]
public virtual void ReloadSections (Foundation.NSIndexSet sections);
abstract member ReloadSections : Foundation.NSIndexSet -> unit
override this.ReloadSections : Foundation.NSIndexSet -> unit
參數
- sections
- NSIndexSet
要重載的區段。
- 屬性
備註
這個方法會重載指定秒內的所有專案。 如果可見這些元素,將會 UICollectionView 捨棄,然後重新顯示它們。
適用於
另請參閱
- ReloadData()
- <xref:UIKit.UICollectionView.ReloadItems>