次の方法で共有


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

適用対象

こちらもご覧ください