SystemSounds.Asterisk Свойство

Определение

Возвращает звук, связанный с событием программы в текущей Asterisk звуковой схеме Windows.

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

Значение свойства

Связанное SystemSound с событием Asterisk программы в текущей звуковой схеме Windows.

Примеры

В следующем примере кода показано использование Asterisk свойства.

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

Применяется к

См. также раздел