SystemSounds.Exclamation Propiedad

Definición

Obtiene el sonido asociado al evento de programa Exclamation en la combinación de sonidos 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

Objeto SystemSound asociado al evento de programa Exclamation en la combinación de sonidos 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