UICollectionViewDataSource_Extensions.GetViewForSupplementaryElement 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.
The reusable view used for the supplementary element at the specified indexPath.
public static UIKit.UICollectionReusableView GetViewForSupplementaryElement (this UIKit.IUICollectionViewDataSource This, UIKit.UICollectionView collectionView, Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
static member GetViewForSupplementaryElement : UIKit.IUICollectionViewDataSource * UIKit.UICollectionView * Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
Parameters
The instance on which this extension method operates.
- collectionView
- UICollectionView
The collection view that originated the request.
- elementKind
- NSString
- indexPath
- NSIndexPath