WKInterfaceController.PushController Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PushController(String, NSObject) |
Dans une interface de navigation, initialise et affiche un nouveau WKInterfaceController. |
PushController(String, String) |
Dans une interface de navigation, initialise et affiche un nouveau WKInterfaceController. |
PushController(String, NSObject)
Dans une interface de navigation, initialise et affiche un nouveau 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
Paramètres
- name
- String
Dans le storyboard, la valeur de l’identificateur pour le WKInterfaceController à afficher.
- context
- NSObject
Informations relatives à l’affichage WKInterfaceController . Peut avoir la valeur null
.
Ce paramètre peut être null
.
- Attributs
Remarques
Cette méthode doit être appelée à partir du thread principal de l’extension Watch Kit. (Voir InvokeOnMainThread(Selector, NSObject) et BeginInvokeOnMainThread(Selector, NSObject))
Cela peut être utilisé à partir d’un thread d’arrière-plan.
S’applique à
PushController(String, String)
Dans une interface de navigation, initialise et affiche un nouveau WKInterfaceController.
public void PushController (string name, string context);
member this.PushController : string * string -> unit
Paramètres
- name
- String
- context
- String