SystemSounds.Beep 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前 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 音訊服務才能正常運作。