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
要重新加载的部分。
- 属性
注解
此方法重新加载指定 sectins 中的所有元素。 如果这些元素可见, UICollectionView 将放弃,然后重新显示它们。
适用于
另请参阅
- ReloadData()
- <xref:UIKit.UICollectionView.ReloadItems>