Sdílet prostřednictvím


SystemSound.Play Metoda

Definice

Přehraje typ zvuku systému.

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

Příklady

Následující příklad kódu ukazuje použití Asterisk vlastnosti .

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

Poznámky

Metoda Play přehrává zvuk asynchronně.

Platí pro

Viz také