NSCollectionViewDataSource.GetView Method

Definition

[Foundation.Export("collectionView:viewForSupplementaryElementOfKind:atIndexPath:")]
public virtual AppKit.NSView GetView (AppKit.NSCollectionView collectionView, Foundation.NSString kind, Foundation.NSIndexPath indexPath);
abstract member GetView : AppKit.NSCollectionView * Foundation.NSString * Foundation.NSIndexPath -> AppKit.NSView
override this.GetView : AppKit.NSCollectionView * Foundation.NSString * Foundation.NSIndexPath -> AppKit.NSView

Parameters

collectionView
NSCollectionView
kind
NSString
indexPath
NSIndexPath

Returns

Attributes

Applies to