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值。

返回

属性

适用于