Share via


GKTurnBasedMatchmakerViewController.Delegate 属性

定义

用作类委托的 GameKit.IGKTurnBasedMatchmakerViewControllerDelegate 模型类的实例。

public GameKit.IGKTurnBasedMatchmakerViewControllerDelegate Delegate { get; set; }
member this.Delegate : GameKit.IGKTurnBasedMatchmakerViewControllerDelegate with get, set

属性值

GameKit.IGKTurnBasedMatchmakerViewControllerDelegate 模型类的实例

注解

分配给此对象的委托实例将用于处理事件或按需向此类提供数据。

设置 Delegate 或 WeakDelegate 值时,事件将传递到指定的实例,而不是传递到 C#样式事件

这是 对象的强类型版本,如果开发人员只想分配已使用 [Export] 属性修饰的 NSObject 派生的类,则应改用 WeakDelegate 属性。

适用于