NSUserNotification Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
NSUserNotification() | |
NSUserNotification(NSCoder) | |
NSUserNotification(NSObjectFlag) | |
NSUserNotification(IntPtr) |
NSUserNotification()
[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSUserNotification ();
- Attribute
Gilt für:
NSUserNotification(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSUserNotification (Foundation.NSCoder coder);
new Foundation.NSUserNotification : Foundation.NSCoder -> Foundation.NSUserNotification
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
NSUserNotification(NSObjectFlag)
protected NSUserNotification (Foundation.NSObjectFlag t);
new Foundation.NSUserNotification : Foundation.NSObjectFlag -> Foundation.NSUserNotification
Parameter
Gilt für:
NSUserNotification(IntPtr)
protected internal NSUserNotification (IntPtr handle);
new Foundation.NSUserNotification : nativeint -> Foundation.NSUserNotification
Parameter
- handle
-
IntPtr
nativeint