次の方法で共有


NCWidgetSearchViewController コンストラクター

定義

オーバーロード

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

NCWidgetSearchViewController()

[Foundation.Export("init")]
public NCWidgetSearchViewController ();
属性

適用対象

NCWidgetSearchViewController(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NCWidgetSearchViewController (Foundation.NSCoder coder);
new NotificationCenter.NCWidgetSearchViewController : Foundation.NSCoder -> NotificationCenter.NCWidgetSearchViewController

パラメーター

coder
NSCoder
属性

適用対象

NCWidgetSearchViewController(NSObjectFlag)

protected NCWidgetSearchViewController (Foundation.NSObjectFlag t);
new NotificationCenter.NCWidgetSearchViewController : Foundation.NSObjectFlag -> NotificationCenter.NCWidgetSearchViewController

パラメーター

適用対象

NCWidgetSearchViewController(IntPtr)

protected internal NCWidgetSearchViewController (IntPtr handle);
new NotificationCenter.NCWidgetSearchViewController : nativeint -> NotificationCenter.NCWidgetSearchViewController

パラメーター

handle
IntPtr

nativeint

適用対象

NCWidgetSearchViewController(String, NSBundle)

[Foundation.Export("initWithNibName:bundle:")]
public NCWidgetSearchViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new NotificationCenter.NCWidgetSearchViewController : string * Foundation.NSBundle -> NotificationCenter.NCWidgetSearchViewController

パラメーター

nibNameOrNull
String
nibBundleOrNull
NSBundle
属性

適用対象