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


SystemSounds.Question Свойство

Определение

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

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

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

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

Примеры

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

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

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

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