Bagikan melalui


SystemSounds.Beep Properti

Definisi

Mendapatkan suara yang terkait dengan Beep kejadian program dalam skema suara Windows saat ini.

public:
 static property System::Media::SystemSound ^ Beep { System::Media::SystemSound ^ get(); };
public static System.Media.SystemSound Beep { get; }
static member Beep : System.Media.SystemSound
Public Shared ReadOnly Property Beep As SystemSound

Nilai Properti

Kejadian SystemSound program yang Beep terkait dengan skema suara Windows saat ini.

Contoh

Contoh kode berikut menunjukkan penggunaan Beep properti .

// Plays the sound associated with the Beep system event.
SystemSounds::Beep->Play();
// Plays the sound associated with the Beep system event.
SystemSounds.Beep.Play();
' Plays the sound associated with the Beep system event.
SystemSounds.Beep.Play()

Keterangan

Pada Windows Server 2022, tugas Microsoft\Windows\Multimedia\SystemSoundsService di Task Scheduler dinonaktifkan. Baik tugas ini maupun layanan Windows Audio perlu diaktifkan agar SystemSounds.Beep.Play() berfungsi dengan benar.

Berlaku untuk

Lihat juga