Bagikan melalui


SystemSounds.Question Properti

Definisi

Mendapatkan suara yang terkait dengan Question peristiwa program dalam skema suara Windows saat ini.

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

Nilai Properti

Yang SystemSound terkait dengan Question peristiwa program dalam skema suara Windows saat ini.

Contoh

Contoh kode berikut menunjukkan penggunaan Question properti.

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

Berlaku untuk

Lihat juga