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
- Атрибуты