NSCollectionView.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.
[Foundation.Export("supplementaryViewForElementKind:atIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.INSCollectionViewElement GetSupplementaryView (Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
abstract member GetSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> AppKit.INSCollectionViewElement
override this.GetSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> AppKit.INSCollectionViewElement
Parameters
- elementKind
- NSString
- indexPath
- NSIndexPath
Returns
- Attributes