NCWidgetListViewController 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
NCWidgetListViewController() | |
NCWidgetListViewController(NSCoder) | |
NCWidgetListViewController(NSObjectFlag) | |
NCWidgetListViewController(IntPtr) | |
NCWidgetListViewController(String, NSBundle) |
NCWidgetListViewController()
NCWidgetListViewController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NCWidgetListViewController (Foundation.NSCoder coder);
new NotificationCenter.NCWidgetListViewController : Foundation.NSCoder -> NotificationCenter.NCWidgetListViewController
参数
- coder
- NSCoder
- 属性
适用于
NCWidgetListViewController(NSObjectFlag)
protected NCWidgetListViewController (Foundation.NSObjectFlag t);
new NotificationCenter.NCWidgetListViewController : Foundation.NSObjectFlag -> NotificationCenter.NCWidgetListViewController
参数
适用于
NCWidgetListViewController(IntPtr)
protected internal NCWidgetListViewController (IntPtr handle);
new NotificationCenter.NCWidgetListViewController : nativeint -> NotificationCenter.NCWidgetListViewController
参数
- handle
-
IntPtr
nativeint
适用于
NCWidgetListViewController(String, NSBundle)
[Foundation.Export("initWithNibName:bundle:")]
public NCWidgetListViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new NotificationCenter.NCWidgetListViewController : string * Foundation.NSBundle -> NotificationCenter.NCWidgetListViewController
参数
- nibNameOrNull
- String
- nibBundleOrNull
- NSBundle
- 属性