次の方法で共有


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 は破棄され、再表示されます。

適用対象

こちらもご覧ください