Aracılığıyla paylaş


SystemSounds.Asterisk Özellik

Tanım

Geçerli Windows ses düzenindeki Asterisk program olayıyla ilişkili sesi alır.

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

Özellik Değeri

SystemSound Geçerli Windows ses düzenindeki program olayıyla Asterisk ilişkili.

Örnekler

Aşağıdaki kod örneği özelliğinin Asterisk kullanımını gösterir.

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

Şunlara uygulanır

Ayrıca bkz.