次の方法で共有


NSUserNotification コンストラクター

定義

オーバーロード

NSUserNotification()
NSUserNotification(NSCoder)
NSUserNotification(NSObjectFlag)
NSUserNotification(IntPtr)

NSUserNotification()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSUserNotification ();
属性

適用対象

NSUserNotification(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSUserNotification(NSObjectFlag)

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

パラメーター

適用対象

NSUserNotification(IntPtr)

protected internal NSUserNotification (IntPtr handle);
new Foundation.NSUserNotification : nativeint -> Foundation.NSUserNotification

パラメーター

handle
IntPtr

nativeint

適用対象