Bagikan melalui


SystemSounds.Question Properti

Definisi

Mendapatkan suara yang terkait dengan Question kejadian 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

Kejadian SystemSound program yang Question terkait dengan 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