Partager via


SystemSounds.Exclamation Propriété

Définition

Obtient le son associé à l'événement Exclamation dans le schéma de son Windows actuel.

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

Valeur de propriété

SystemSound associé à l'événement Exclamation dans le schéma de son Windows actuel.

Exemples

L’exemple de code suivant illustre l’utilisation de la Exclamation propriété .

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

S’applique à

Voir aussi