NCWidgetListViewController 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
NCWidgetListViewController() | |
NCWidgetListViewController(NSCoder) | |
NCWidgetListViewController(NSObjectFlag) | |
NCWidgetListViewController(IntPtr) | |
NCWidgetListViewController(String, NSBundle) |
NCWidgetListViewController()
[Foundation.Export("init")]
public NCWidgetListViewController ();
- Attributes
Applies to
NCWidgetListViewController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NCWidgetListViewController (Foundation.NSCoder coder);
new NotificationCenter.NCWidgetListViewController : Foundation.NSCoder -> NotificationCenter.NCWidgetListViewController
Parameters
- coder
- NSCoder
- Attributes
Applies to
NCWidgetListViewController(NSObjectFlag)
protected NCWidgetListViewController (Foundation.NSObjectFlag t);
new NotificationCenter.NCWidgetListViewController : Foundation.NSObjectFlag -> NotificationCenter.NCWidgetListViewController
Parameters
Applies to
NCWidgetListViewController(IntPtr)
protected internal NCWidgetListViewController (IntPtr handle);
new NotificationCenter.NCWidgetListViewController : nativeint -> NotificationCenter.NCWidgetListViewController
Parameters
- handle
-
IntPtr
nativeint
Applies to
NCWidgetListViewController(String, NSBundle)
[Foundation.Export("initWithNibName:bundle:")]
public NCWidgetListViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new NotificationCenter.NCWidgetListViewController : string * Foundation.NSBundle -> NotificationCenter.NCWidgetListViewController
Parameters
- nibNameOrNull
- String
- nibBundleOrNull
- NSBundle
- Attributes