編集

Share via


NSTabViewItem Constructors

Definition

Overloads

NSTabViewItem()
NSTabViewItem(NSCoder)
NSTabViewItem(NSObject)
NSTabViewItem(NSObjectFlag)
NSTabViewItem(IntPtr)

NSTabViewItem()

[Foundation.Export("init")]
public NSTabViewItem ();
Attributes

Applies to

NSTabViewItem(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTabViewItem (Foundation.NSCoder coder);
new AppKit.NSTabViewItem : Foundation.NSCoder -> AppKit.NSTabViewItem

Parameters

coder
NSCoder
Attributes

Applies to

NSTabViewItem(NSObject)

[Foundation.Export("initWithIdentifier:")]
public NSTabViewItem (Foundation.NSObject identifier);
new AppKit.NSTabViewItem : Foundation.NSObject -> AppKit.NSTabViewItem

Parameters

identifier
NSObject
Attributes

Applies to

NSTabViewItem(NSObjectFlag)

protected NSTabViewItem (Foundation.NSObjectFlag t);
new AppKit.NSTabViewItem : Foundation.NSObjectFlag -> AppKit.NSTabViewItem

Parameters

Applies to

NSTabViewItem(IntPtr)

protected internal NSTabViewItem (IntPtr handle);
new AppKit.NSTabViewItem : nativeint -> AppKit.NSTabViewItem

Parameters

handle
IntPtr

nativeint

Applies to