Поделиться через


SystemSounds.Exclamation Свойство

Определение

Получает звуковой файл, связанный с событием программы Exclamation в текущей звуковой схеме Windows.

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

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

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

Примеры

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

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

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

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