SystemSound.PlaySystemSound 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
PlaySystemSound() |
Lit le son système. |
PlaySystemSound(Action) |
Lit le son système et appelle ensuite. |
PlaySystemSound()
Lit le son système.
public void PlaySystemSound ();
member this.PlaySystemSound : unit -> unit
Remarques
Le son système est lu de manière asynchrone, mais il est également limité à 30 secondes ou moins.
S’applique à
PlaySystemSound(Action)
Lit le son système et appelle ensuite.
public void PlaySystemSound (Action onCompletion);
member this.PlaySystemSound : Action -> unit
Paramètres
- onCompletion
- Action