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

要重新加载的部分。

属性

注解

此方法重新加载指定 sectins 中的所有元素。 如果这些元素可见, UICollectionView 将放弃,然后重新显示它们。

适用于

另请参阅