Condividi tramite


SystemSounds.Question Proprietà

Definizione

Ottiene il suono associato all'evento del programma Question nella combinazione di suoni Windows corrente.

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

Valore della proprietà

Oggetto SystemSound associato all'evento del programma Question nella combinazione di suoni Windows corrente.

Esempio

Nell'esempio di codice seguente viene illustrato l'uso Question della proprietà.

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

Si applica a

Vedi anche