Partager via


UICollectionViewSource.GetViewForSupplementaryElement Méthode

Définition

Récupère l’UICollectionReusableView utilisé pour l’élément supplémentaireKind à l’indexPath spécifié.

[Foundation.Export("collectionView:viewForSupplementaryElementOfKind:atIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
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

Paramètres

collectionView
UICollectionView

Vue de collection à l’origine de la demande.

elementKind
NSString
indexPath
NSIndexPath

Retours

Attributs

S’applique à