SystemSounds.Beep 屬性

定義

取得目前 Windows 音效配置中,與 Beep 程式事件相關的音效。

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

屬性值

目前 Windows 音效配置中,與 Beep 程式事件相關的 SystemSound

範例

下列程式代碼範例示範 屬性的使用 Beep

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

備註

在 Windows Server 2022 上,工作排程器中的 Microsoft\Windows\Multimedia\SystemSoundsService 工作已停用。 必須啟用 SystemSounds.Beep.Play() 此工作和 Windows 音訊服務,才能正常運作。

適用於

另請參閱