NSCollectionViewDataSource.GetView Methode
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[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
- collectionView
- NSCollectionView
- kind
- NSString
- indexPath
- NSIndexPath
- Attribute