Compartir a través de


SystemSound.Play Método

Definición

Reproduce el tipo de sonido del sistema.

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

Ejemplos

En el ejemplo de código siguiente se muestra el uso de la Asterisk propiedad .

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

Comentarios

El Play método reproduce el sonido de forma asincrónica.

Se aplica a

Consulte también