HMTrigger.Enable(Boolean, Action<NSError>) 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.
Active ou désactive le déclencheur et s’exécute completion
une fois qu’il a été activé ou désactivé.
[Foundation.Export("enable:completionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Enable (bool enable, Action<Foundation.NSError> completion);
abstract member Enable : bool * Action<Foundation.NSError> -> unit
override this.Enable : bool * Action<Foundation.NSError> -> unit
Paramètres
- enable
- Boolean
Gestionnaire qui retourne null
en cas de réussite ou objet d’erreur en cas d’échec.
- Attributs