次の方法で共有


NCWidgetListViewController コンストラクター

定義

オーバーロード

NCWidgetListViewController()
NCWidgetListViewController(NSCoder)
NCWidgetListViewController(NSObjectFlag)
NCWidgetListViewController(IntPtr)
NCWidgetListViewController(String, NSBundle)

NCWidgetListViewController()

[Foundation.Export("init")]
public 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
属性

適用対象