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

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

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