共用方式為


NSNotificationCenter.PostNotificationName 方法

定義

多載

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

參數

aName
String
anObject
NSObject

張貼此通知的參考物件可以是 Null。

這個參數可以是 null

屬性

適用於

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

參數

aName
String
anObject
NSObject

張貼此通知的參考物件可以是 Null。

這個參數可以是 null

aUserInfo
NSDictionary

即將加入。

這個參數可以是 null

屬性

適用於