NSCollectionViewDataSource.GetView 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("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