NSViewController コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
NSViewController() | |
NSViewController(NSCoder) | |
NSViewController(NSObjectFlag) | |
NSViewController(IntPtr) | |
NSViewController(String, NSBundle) |
NSViewController()
NSViewController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSViewController (Foundation.NSCoder coder);
new AppKit.NSViewController : Foundation.NSCoder -> AppKit.NSViewController
パラメーター
- coder
- NSCoder
- 属性
適用対象
NSViewController(NSObjectFlag)
protected NSViewController (Foundation.NSObjectFlag t);
new AppKit.NSViewController : Foundation.NSObjectFlag -> AppKit.NSViewController
パラメーター
適用対象
NSViewController(IntPtr)
protected internal NSViewController (IntPtr handle);
new AppKit.NSViewController : nativeint -> AppKit.NSViewController
パラメーター
- handle
-
IntPtr
nativeint
適用対象
NSViewController(String, NSBundle)
[Foundation.Export("initWithNibName:bundle:")]
[ObjCRuntime.DesignatedInitializer]
public NSViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new AppKit.NSViewController : string * Foundation.NSBundle -> AppKit.NSViewController
パラメーター
- nibNameOrNull
- String
- nibBundleOrNull
- NSBundle
- 属性