Freigeben über


SystemSounds.Exclamation Eigenschaft

Definition

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

public:
 static property System::Media::SystemSound ^ Exclamation { System::Media::SystemSound ^ get(); };
public static System.Media.SystemSound Exclamation { get; }
static member Exclamation : System.Media.SystemSound
Public Shared ReadOnly Property Exclamation As SystemSound

Eigenschaftswert

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

Beispiele

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

// Plays the sound associated with the Exclamation system event.
SystemSounds::Exclamation->Play();
// Plays the sound associated with the Exclamation system event.
SystemSounds.Exclamation.Play();
' Plays the sound associated with the Exclamation system event.
SystemSounds.Exclamation.Play()

Gilt für:

Weitere Informationen