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 に設定できます。

属性

適用対象