SystemSound.Play Метод

Определение

Воспроизводит системный звук.

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

Примеры

В следующем примере кода демонстрируется использование Asterisk свойство.

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

Комментарии

Метод Play воспроизводит звук асинхронно.

Применяется к

См. также раздел