Aracılığıyla paylaş


SystemSounds.Beep Özellik

Tanım

Geçerli Windows ses düzenindeki Beep program olayıyla ilişkili sesi alır.

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

Özellik Değeri

SystemSound Geçerli Windows ses düzenindeki program olayıyla Beep ilişkili.

Örnekler

Aşağıdaki kod örneği özelliğinin Beep kullanımını gösterir.

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

Açıklamalar

Windows Server 2022'de, Görev Zamanlayıcı'daki Microsoft\Windows\Multimedia\SystemSoundsService görevi devre dışı bırakılır. Hem bu görevin hem de Windows Ses hizmetinin düzgün çalışması için SystemSounds.Beep.Play() etkinleştirilmesi gerekir.

Şunlara uygulanır

Ayrıca bkz.