UICollectionView.GetIndexPathsForVisibleSupplementaryElements Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the index path(s) of visible supplementary views of the specified 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[]
Parameters
- elementKind
- NSString
A value in UICollectionElementKindSectionKey.
Returns
- Attributes