Bagikan melalui


SystemSounds.Asterisk Properti

Definisi

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

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

Nilai Properti

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

Contoh

Contoh kode berikut menunjukkan penggunaan Asterisk properti.

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

Berlaku untuk

Lihat juga