NCWidgetSearchViewController Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NCWidgetSearchViewController() | |
NCWidgetSearchViewController(NSCoder) | |
NCWidgetSearchViewController(NSObjectFlag) | |
NCWidgetSearchViewController(IntPtr) | |
NCWidgetSearchViewController(String, NSBundle) |
NCWidgetSearchViewController()
[Foundation.Export("init")]
public NCWidgetSearchViewController ();
- Attributes
Applies to
NCWidgetSearchViewController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NCWidgetSearchViewController (Foundation.NSCoder coder);
new NotificationCenter.NCWidgetSearchViewController : Foundation.NSCoder -> NotificationCenter.NCWidgetSearchViewController
Parameters
- coder
- NSCoder
- Attributes
Applies to
NCWidgetSearchViewController(NSObjectFlag)
protected NCWidgetSearchViewController (Foundation.NSObjectFlag t);
new NotificationCenter.NCWidgetSearchViewController : Foundation.NSObjectFlag -> NotificationCenter.NCWidgetSearchViewController
Parameters
Applies to
NCWidgetSearchViewController(IntPtr)
protected internal NCWidgetSearchViewController (IntPtr handle);
new NotificationCenter.NCWidgetSearchViewController : nativeint -> NotificationCenter.NCWidgetSearchViewController
Parameters
- handle
-
IntPtr
nativeint
Applies to
NCWidgetSearchViewController(String, NSBundle)
[Foundation.Export("initWithNibName:bundle:")]
public NCWidgetSearchViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new NotificationCenter.NCWidgetSearchViewController : string * Foundation.NSBundle -> NotificationCenter.NCWidgetSearchViewController
Parameters
- nibNameOrNull
- String
- nibBundleOrNull
- NSBundle
- Attributes