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

적용 대상