SystemSounds.Question 屬性

定義

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

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

屬性值

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

範例

下列程式代碼範例示範 如何使用 Question 屬性。

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

適用於

另請參閱