次の方法で共有


GKTurnBasedMatch.SetMessage(String, NSObject[]) メソッド

定義

一致の最後に表示されるローカライズ可能なメッセージを設定します。

[Foundation.Export("setLocalizableMessageWithKey:arguments:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetMessage (string localizableMessage, params Foundation.NSObject[] arguments);
abstract member SetMessage : string * Foundation.NSObject[] -> unit
override this.SetMessage : string * Foundation.NSObject[] -> unit

パラメーター

localizableMessage
String
arguments
NSObject[]
属性

適用対象