Bagikan melalui


SystemSounds.Asterisk Properti

Definisi

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

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