Compartir vía


SystemSounds.Exclamation Propiedad

Definición

Obtiene el sonido asociado al evento de Exclamation programa en el esquema de sonido actual de Windows.

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

Valor de propiedad

Asociado SystemSound al evento de Exclamation programa en el esquema de sonido actual de Windows.

Ejemplos

En el ejemplo de código siguiente se muestra el uso de la Exclamation propiedad .

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

Se aplica a

Consulte también