NSDistributedNotificationCenter.PostNotificationName Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- aName
- String
- anObject
- String
- aUserInfo
- NSDictionary
- Atributos
Aplica-se a
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
Parâmetros
- name
- String
- anObjecb
- String
- userInfo
- NSDictionary
- options
- NSNotificationFlags
- Atributos
Aplica-se a
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
Parâmetros
- name
- String
- anObject
- String
- userInfo
- NSDictionary
- deliverImmediately
- Boolean
- Atributos