NSCollectionView.ItemPrototype Property

Definition

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "Use 'RegisterNib' or 'RegisterClassForItem' instead.")]
public virtual AppKit.NSCollectionViewItem ItemPrototype { [Foundation.Export("itemPrototype", ObjCRuntime.ArgumentSemantic.Strong)] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "Use 'RegisterNib' or 'RegisterClassForItem' instead.")] get; [Foundation.Export("setItemPrototype:", ObjCRuntime.ArgumentSemantic.Strong)] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "Use 'RegisterNib' or 'RegisterClassForItem' instead.")] set; }
member this.ItemPrototype : AppKit.NSCollectionViewItem with get, set

Property Value

Attributes

Applies to