SystemSounds.Exclamation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前 Windows 音效配置中,與 Exclamation
程式事件相關的音效。
public:
static property System::Media::SystemSound ^ Exclamation { System::Media::SystemSound ^ get(); };
public static System.Media.SystemSound Exclamation { get; }
static member Exclamation : System.Media.SystemSound
Public Shared ReadOnly Property Exclamation As SystemSound
屬性值
目前 Windows 音效配置中,與 Exclamation
程式事件相關的 SystemSound。
範例
下列程式代碼範例示範 屬性的使用 Exclamation 。
// Plays the sound associated with the Exclamation system event.
SystemSounds::Exclamation->Play();
// Plays the sound associated with the Exclamation system event.
SystemSounds.Exclamation.Play();
' Plays the sound associated with the Exclamation system event.
SystemSounds.Exclamation.Play()