Compartilhar via


UICollectionView.ReloadItems(NSIndexPath[]) Método

Definição

Recarrega os dados dos elementos especificados.

[Foundation.Export("reloadItemsAtIndexPaths:")]
public virtual void ReloadItems (Foundation.NSIndexPath[] indexPaths);
abstract member ReloadItems : Foundation.NSIndexPath[] -> unit
override this.ReloadItems : Foundation.NSIndexPath[] -> unit

Parâmetros

indexPaths
NSIndexPath[]

O NSIndexPath dos itens a serem recarregados.

Atributos

Comentários

Se os elementos especificados estiverem visíveis, o UICollectionView descartará e os redicionará.

Aplica-se a

Confira também