NSCollectionView.NewItemForRepresentedObject(NSObject) 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("newItemForRepresentedObject:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "Use 'NSCollectionViewDataSource.GetItem()' instead.")]
public virtual AppKit.NSCollectionViewItem NewItemForRepresentedObject (Foundation.NSObject obj);
abstract member NewItemForRepresentedObject : Foundation.NSObject -> AppKit.NSCollectionViewItem
override this.NewItemForRepresentedObject : Foundation.NSObject -> AppKit.NSCollectionViewItem
Parameters
- obj
- NSObject
Returns
- Attributes