UICollectionView.GetSupplementaryView(NSString, NSIndexPath) 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.
Rerieves the supplementary view at the specified indexPath
.
[Foundation.Export("supplementaryViewForElementKind:atIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionReusableView GetSupplementaryView (Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
abstract member GetSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
override this.GetSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
Parameters
- elementKind
- NSString
A value in UICollectionElementKindSectionKey
- indexPath
- NSIndexPath
The index path to the supplementary view.
Returns
- Attributes