NCWidgetListViewController Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NCWidgetListViewController() | |
NCWidgetListViewController(NSCoder) | |
NCWidgetListViewController(NSObjectFlag) | |
NCWidgetListViewController(IntPtr) | |
NCWidgetListViewController(String, NSBundle) |
NCWidgetListViewController()
[Foundation.Export("init")]
public NCWidgetListViewController ();
- Atributos
Aplica-se a
NCWidgetListViewController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NCWidgetListViewController (Foundation.NSCoder coder);
new NotificationCenter.NCWidgetListViewController : Foundation.NSCoder -> NotificationCenter.NCWidgetListViewController
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
NCWidgetListViewController(NSObjectFlag)
protected NCWidgetListViewController (Foundation.NSObjectFlag t);
new NotificationCenter.NCWidgetListViewController : Foundation.NSObjectFlag -> NotificationCenter.NCWidgetListViewController
Parâmetros
Aplica-se a
NCWidgetListViewController(IntPtr)
protected internal NCWidgetListViewController (IntPtr handle);
new NotificationCenter.NCWidgetListViewController : nativeint -> NotificationCenter.NCWidgetListViewController
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
NCWidgetListViewController(String, NSBundle)
[Foundation.Export("initWithNibName:bundle:")]
public NCWidgetListViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new NotificationCenter.NCWidgetListViewController : string * Foundation.NSBundle -> NotificationCenter.NCWidgetListViewController
Parâmetros
- nibNameOrNull
- String
- nibBundleOrNull
- NSBundle
- Atributos