NSCollectionView.MakeItem(String, NSIndexPath) 方法

定义

[Foundation.Export("makeItemWithIdentifier:forIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.NSCollectionViewItem MakeItem (string identifier, Foundation.NSIndexPath indexPath);
abstract member MakeItem : string * Foundation.NSIndexPath -> AppKit.NSCollectionViewItem
override this.MakeItem : string * Foundation.NSIndexPath -> AppKit.NSCollectionViewItem

参数

identifier
String
indexPath
NSIndexPath

返回

属性

适用于