Share via


UICollectionViewSource.GetViewForSupplementaryElement 메서드

정의

지정된 indexPath에서 Supplement 요소Kind에 사용되는 UICollectionReusableView를 검색합니다.

[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

매개 변수

collectionView
UICollectionView

요청을 시작한 컬렉션 뷰입니다.

elementKind
NSString
indexPath
NSIndexPath

반환

특성

적용 대상