Condividi tramite


SystemSound.Play Metodo

Definizione

Riproduce il tipo di suono del sistema.

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

Esempio

Nell'esempio di codice seguente viene illustrato l'uso Asterisk della proprietà.

// 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()

Commenti

Il Play metodo riproduce il suono in modo asincrono.

Si applica a

Vedi anche