Partager via


SystemSounds.Asterisk Propriété

Définition

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

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

Valeur de propriété

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

Exemples

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

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

S’applique à

Voir aussi