次の方法で共有


GKChallengesViewController コンストラクター

定義

オーバーロード

GKChallengesViewController()
GKChallengesViewController(NSCoder)
GKChallengesViewController(NSObjectFlag)
GKChallengesViewController(IntPtr)
GKChallengesViewController(String, NSBundle)

GKChallengesViewController()

[Foundation.Export("init")]
public GKChallengesViewController ();
属性

適用対象

GKChallengesViewController(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public GKChallengesViewController (Foundation.NSCoder coder);
new GameKit.GKChallengesViewController : Foundation.NSCoder -> GameKit.GKChallengesViewController

パラメーター

coder
NSCoder
属性

適用対象

GKChallengesViewController(NSObjectFlag)

protected GKChallengesViewController (Foundation.NSObjectFlag t);
new GameKit.GKChallengesViewController : Foundation.NSObjectFlag -> GameKit.GKChallengesViewController

パラメーター

適用対象

GKChallengesViewController(IntPtr)

protected internal GKChallengesViewController (IntPtr handle);
new GameKit.GKChallengesViewController : nativeint -> GameKit.GKChallengesViewController

パラメーター

handle
IntPtr

nativeint

適用対象

GKChallengesViewController(String, NSBundle)

[Foundation.Export("initWithNibName:bundle:")]
public GKChallengesViewController (string nibName, Foundation.NSBundle bundle);
new GameKit.GKChallengesViewController : string * Foundation.NSBundle -> GameKit.GKChallengesViewController

パラメーター

nibName
String
bundle
NSBundle
属性

適用対象