NSNotificationCenter.PostNotificationName Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- aName
- String
- anObject
- NSObject
L'oggetto di riferimento che registra questa notifica può essere Null.
Questo parametro può essere null
.
- Attributi
Si applica 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
Parametri
- aName
- String
- anObject
- NSObject
L'oggetto di riferimento che registra questa notifica può essere Null.
Questo parametro può essere null
.
- Attributi