다음을 통해 공유


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
특성

적용 대상