Compartilhar via


SystemSounds.Question Propriedade

Definição

Obtém o som associado ao evento de programa Question no esquema de som atual do 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

Valor da propriedade

Um SystemSound associado ao evento de programa Question no esquema de som atual do Windows.

Exemplos

O exemplo de código a seguir demonstra o uso da Question propriedade .

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

Aplica-se a

Confira também