次の方法で共有


NSCollectionViewDataSource.GetItem(NSCollectionView, NSIndexPath) メソッド

定義

[Foundation.Export("collectionView:itemForRepresentedObjectAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public abstract AppKit.NSCollectionViewItem GetItem(AppKit.NSCollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetItem : AppKit.NSCollectionView * Foundation.NSIndexPath -> AppKit.NSCollectionViewItem

パラメーター

collectionView
NSCollectionView
indexPath
NSIndexPath

戻り値

実装

属性

適用対象