共用方式為


UICollectionView.ReloadSections(NSIndexSet) 方法

定義

在 的指定區段中 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 捨棄,然後重新顯示它們。

適用於

另請參閱