Freigeben über


UICollectionViewDataSource.GetViewForSupplementaryElement Methode

Definition

Ruft die UICollectionReusableView für das angegebene ElementKind am angegebenen indexPath ab.

[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

Parameter

collectionView
UICollectionView

Die Auflistungsansicht, die aus der Anforderung stammt.

elementKind
NSString
indexPath
NSIndexPath

Gibt zurück

Attribute

Gilt für: