NSTabViewItem Constructors
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.
Overloads
NSTabViewItem() | |
NSTabViewItem(NSCoder) | |
NSTabViewItem(NSObject) | |
NSTabViewItem(NSObjectFlag) | |
NSTabViewItem(IntPtr) |
NSTabViewItem()
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