Compartilhar via


NSNotificationCenter.PostNotificationName Método

Definição

Sobrecargas

PostNotificationName(String, NSObject)
PostNotificationName(String, NSObject, NSDictionary)

PostNotificationName(String, NSObject)

[Foundation.Export("postNotificationName:object:")]
public virtual void PostNotificationName (string aName, Foundation.NSObject anObject);
abstract member PostNotificationName : string * Foundation.NSObject -> unit
override this.PostNotificationName : string * Foundation.NSObject -> unit

Parâmetros

aName
String
anObject
NSObject

O objeto de referência que publica essa notificação pode ser nulo.

Esse parâmetro pode ser null.

Atributos

Aplica-se a

PostNotificationName(String, NSObject, NSDictionary)

[Foundation.Export("postNotificationName:object:userInfo:")]
public virtual void PostNotificationName (string aName, Foundation.NSObject anObject, Foundation.NSDictionary aUserInfo);
abstract member PostNotificationName : string * Foundation.NSObject * Foundation.NSDictionary -> unit
override this.PostNotificationName : string * Foundation.NSObject * Foundation.NSDictionary -> unit

Parâmetros

aName
String
anObject
NSObject

O objeto de referência que publica essa notificação pode ser nulo.

Esse parâmetro pode ser null.

aUserInfo
NSDictionary

A ser adicionado.

Esse parâmetro pode ser null.

Atributos

Aplica-se a