Partilhar via


SystemSound.Play Método

Definição

Reproduz o tipo de som do sistema.

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

Exemplos

O exemplo de código a seguir demonstra o uso da Asterisk propriedade .

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

Comentários

O Play método reproduz o som de forma assíncrona.

Aplica-se a

Confira também