Compartilhar via


UICollectionViewDataSource.GetViewForSupplementaryElement Método

Definição

Recupera o UICollectionReusableView para o elementKind especificado no indexPath especificado.

[Foundation.Export("collectionView:viewForSupplementaryElementOfKind:atIndexPath:")]
public virtual UIKit.UICollectionReusableView GetViewForSupplementaryElement (UIKit.UICollectionView collectionView, Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
abstract member GetViewForSupplementaryElement : UIKit.UICollectionView * Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
override this.GetViewForSupplementaryElement : UIKit.UICollectionView * Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView

Parâmetros

collectionView
UICollectionView

A exibição de coleção que originou a solicitação.

elementKind
NSString
indexPath
NSIndexPath

Retornos

Atributos

Aplica-se a