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


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

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

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