NSTitlebarAccessoryViewController Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
NSTitlebarAccessoryViewController()
[Foundation.Export("init")]
public NSTitlebarAccessoryViewController ();
- Attribute
Gilt für:
NSTitlebarAccessoryViewController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTitlebarAccessoryViewController (Foundation.NSCoder coder);
new AppKit.NSTitlebarAccessoryViewController : Foundation.NSCoder -> AppKit.NSTitlebarAccessoryViewController
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
NSTitlebarAccessoryViewController(NSObjectFlag)
protected NSTitlebarAccessoryViewController (Foundation.NSObjectFlag t);
new AppKit.NSTitlebarAccessoryViewController : Foundation.NSObjectFlag -> AppKit.NSTitlebarAccessoryViewController
Parameter
Gilt für:
NSTitlebarAccessoryViewController(IntPtr)
protected internal NSTitlebarAccessoryViewController (IntPtr handle);
new AppKit.NSTitlebarAccessoryViewController : nativeint -> AppKit.NSTitlebarAccessoryViewController
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
NSTitlebarAccessoryViewController(String, NSBundle)
[Foundation.Export("initWithNibName:bundle:")]
public NSTitlebarAccessoryViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new AppKit.NSTitlebarAccessoryViewController : string * Foundation.NSBundle -> AppKit.NSTitlebarAccessoryViewController
Parameter
- nibNameOrNull
- String
- nibBundleOrNull
- NSBundle
- Attribute