NSDistributedNotificationCenter.PostNotificationName Methode
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
PostNotificationName(String, String)
PostNotificationName(String, String, NSDictionary)
[Foundation.Export("postNotificationName:object:userInfo:")]
public virtual void PostNotificationName (string aName, string anObject, Foundation.NSDictionary aUserInfo);
override this.PostNotificationName : string * string * Foundation.NSDictionary -> unit
Parameter
- aName
- String
- anObject
- String
- aUserInfo
- NSDictionary
- Attribute
Gilt für:
PostNotificationName(String, String, NSDictionary, NSNotificationFlags)
[Foundation.Export("postNotificationName:object:userInfo:options:")]
public virtual void PostNotificationName (string name, string anObjecb, Foundation.NSDictionary userInfo, Foundation.NSNotificationFlags options);
override this.PostNotificationName : string * string * Foundation.NSDictionary * Foundation.NSNotificationFlags -> unit
Parameter
- name
- String
- anObjecb
- String
- userInfo
- NSDictionary
- options
- NSNotificationFlags
- Attribute
Gilt für:
PostNotificationName(String, String, NSDictionary, Boolean)
[Foundation.Export("postNotificationName:object:userInfo:deliverImmediately:")]
public virtual void PostNotificationName (string name, string anObject, Foundation.NSDictionary userInfo, bool deliverImmediately);
override this.PostNotificationName : string * string * Foundation.NSDictionary * bool -> unit
Parameter
- name
- String
- anObject
- String
- userInfo
- NSDictionary
- deliverImmediately
- Boolean
- Attribute