共用方式為


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

傳回

屬性

適用於