Compartilhar via


UICollectionView.ReloadSections(NSIndexSet) Método

Definição

Recarrega os dados nas seções especificadas do UICollectionView.

[Foundation.Export("reloadSections:")]
public virtual void ReloadSections (Foundation.NSIndexSet sections);
abstract member ReloadSections : Foundation.NSIndexSet -> unit
override this.ReloadSections : Foundation.NSIndexSet -> unit

Parâmetros

sections
NSIndexSet

As seções a serem recarregada.

Atributos

Comentários

Esse método recarrega todos os elementos dentro dos sectins especificados. Se esses elementos estiverem visíveis, o UICollectionView descartará e os exibirá novamente.

Aplica-se a

Confira também