Compartilhar via


UICollectionView.GetLayoutAttributesForItem(NSIndexPath) Método

Definição

Retorna as informações de layout para o especificado UICollectionViewCell.

[Foundation.Export("layoutAttributesForItemAtIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForItem (Foundation.NSIndexPath indexPath);
abstract member GetLayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parâmetros

indexPath
NSIndexPath

Um NSIndexPath que indica a célula desejada que está sendo colocada.

Retornos

Um UICollectionViewLayoutAttributes objeto que especifica atributos de layout. Retornará null se o indexPath especificar um índice inexistente.

Atributos

Aplica-se a