Share via


SystemSounds.Asterisk Propiedad

Definición

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

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