SystemSound.PlayAlertSound 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
PlayAlertSound() |
Lit un son ou une alerte. |
PlayAlertSound(Action) |
Lit un son ou une alerte, puis appelle le gestionnaire. |
PlayAlertSound()
Lit un son ou une alerte.
public void PlayAlertSound ();
member this.PlayAlertSound : unit -> unit
Remarques
Le comportement réel de cette méthode dépend de l’appareil (iPhone, iPod touch) et des paramètres de vibration.
S’applique à
PlayAlertSound(Action)
Lit un son ou une alerte, puis appelle le gestionnaire.
public void PlayAlertSound (Action onCompletion);
member this.PlayAlertSound : Action -> unit
Paramètres
- onCompletion
- Action