Compartir a través de


UICollectionViewDataSource.GetViewForSupplementaryElement Método

Definición

Recupera uiCollectionReusableView para el elemento especificadoKind en el 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

Vista de colección que originó la solicitud.

elementKind
NSString
indexPath
NSIndexPath

Devoluciones

Atributos

Se aplica a