Compartir vía


SystemSounds.Asterisk Propiedad

Definición

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

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

Valor de propiedad

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

Ejemplos

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

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

Se aplica a

Consulte también