Bagikan melalui


SystemSounds.Exclamation Properti

Definisi

Mendapatkan suara yang terkait dengan Exclamation kejadian program dalam skema suara Windows saat ini.

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

Nilai Properti

Kejadian SystemSound program yang Exclamation terkait dengan skema suara Windows saat ini.

Contoh

Contoh kode berikut menunjukkan penggunaan Exclamation properti .

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

Berlaku untuk

Lihat juga