次の方法で共有


NSTabViewController コンストラクター

定義

オーバーロード

NSTabViewController()
NSTabViewController(NSCoder)
NSTabViewController(NSObjectFlag)
NSTabViewController(IntPtr)
NSTabViewController(String, NSBundle)

NSTabViewController()

[Foundation.Export("init")]
public NSTabViewController ();
属性

適用対象

NSTabViewController(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSTabViewController(NSObjectFlag)

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

パラメーター

適用対象

NSTabViewController(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象

NSTabViewController(String, NSBundle)

[Foundation.Export("initWithNibName:bundle:")]
public NSTabViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new AppKit.NSTabViewController : string * Foundation.NSBundle -> AppKit.NSTabViewController

パラメーター

nibNameOrNull
String
nibBundleOrNull
NSBundle
属性

適用対象