Share via


UICollectionView.GetIndexPathsForVisibleSupplementaryElements 메서드

정의

지정된 elementKind의 표시되는 보조 뷰의 인덱스 경로를 반환합니다.

[Foundation.Export("indexPathsForVisibleSupplementaryElementsOfKind:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSIndexPath[] GetIndexPathsForVisibleSupplementaryElements (Foundation.NSString elementKind);
abstract member GetIndexPathsForVisibleSupplementaryElements : Foundation.NSString -> Foundation.NSIndexPath[]
override this.GetIndexPathsForVisibleSupplementaryElements : Foundation.NSString -> Foundation.NSIndexPath[]

매개 변수

elementKind
NSString

의 값입니다 UICollectionElementKindSectionKey.

반환

특성

적용 대상