Partager via


SystemSound.Play Méthode

Définition

Lit le type de son système.

public:
 void Play();
public void Play ();
member this.Play : unit -> unit
Public Sub Play ()

Exemples

L’exemple de code suivant illustre l’utilisation de la Asterisk propriété .

// Plays the sound associated with the Asterisk system event.
SystemSounds::Asterisk->Play();
// Plays the sound associated with the Asterisk system event.
SystemSounds.Asterisk.Play();
' Plays the sound associated with the Asterisk system event.
SystemSounds.Asterisk.Play()

Remarques

La Play méthode lit le son de manière asynchrone.

S’applique à

Voir aussi