SystemSounds.Question Eigenschaft

Definition

Ruft den Sound ab, der im aktuellen Soundschema von Windows dem Question-Programmereignis zugeordnet ist.

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

Eigenschaftswert

Ein Question, der im aktuellen Soundschema von Windows dem SystemSound-Programmereignis zugeordnet ist.

Beispiele

Im folgenden Codebeispiel wird die Verwendung des Question-Attributs veranschaulicht.

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

Gilt für:

Weitere Informationen