UICollectionViewDataSource.GetViewForSupplementaryElement メソッド

定義

指定した indexPath にある指定した elementKind の UICollectionReusableView を取得します。

[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

パラメーター

collectionView
UICollectionView

要求を開始したコレクション ビュー。

elementKind
NSString
indexPath
NSIndexPath

戻り値

属性

適用対象