WKInterfaceController.PushController 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
PushController(String, NSObject) |
在导航界面中, 初始化并显示新的 WKInterfaceController。 |
PushController(String, String) |
在导航界面中, 初始化并显示新的 WKInterfaceController。 |
PushController(String, NSObject)
在导航界面中, 初始化并显示新的 WKInterfaceController。
[Foundation.Export("pushControllerWithName:context:")]
[ObjCRuntime.ThreadSafe(false)]
public virtual void PushController (string name, Foundation.NSObject context);
abstract member PushController : string * Foundation.NSObject -> unit
override this.PushController : string * Foundation.NSObject -> unit
参数
- name
- String
在情节提要中,要显示的 的 WKInterfaceController 标识符的值。
- 属性
注解
必须从监视工具包扩展的主线程调用此方法。 (查看 InvokeOnMainThread(Selector, NSObject) 和 BeginInvokeOnMainThread(Selector, NSObject))
这可以从后台线程使用。
适用于
PushController(String, String)
在导航界面中, 初始化并显示新的 WKInterfaceController。
public void PushController (string name, string context);
member this.PushController : string * string -> unit
参数
- name
- String
- context
- String