UICollectionViewDataSource.GetViewForSupplementaryElement Metodo

Definizione

Recupera UICollectionReusableView per l'elemento specificatoKind in corrispondenza dell'oggetto indexPath specificato.

[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

Parametri

collectionView
UICollectionView

Visualizzazione raccolta che ha originato la richiesta.

elementKind
NSString
indexPath
NSIndexPath

Restituisce

Attributi

Si applica a