Udostępnij za pośrednictwem


SystemSound.Play Metoda

Definicja

Odtwarza systemowy typ dźwięku.

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

Przykłady

W poniższym przykładzie kodu pokazano użycie Asterisk właściwości .

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

Uwagi

Metoda Play odtwarza dźwięk asynchronicznie.

Dotyczy

Zobacz też