Share via


SystemSounds.Question Propiedad

Definición

Obtiene el sonido asociado al evento de programa Question en la combinación de sonidos actual de 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 de propiedad

Objeto SystemSound asociado al evento de programa Question en la combinación de sonidos actual de Windows.

Ejemplos

En el ejemplo de código siguiente se muestra el uso de la Question propiedad .

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

Se aplica a

Consulte también