Compartilhar via


SystemSounds.Asterisk Propriedade

Definição

Obtém o som associado ao evento de programa Asterisk no esquema de som atual do 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 da propriedade

Um SystemSound associado ao evento de programa Asterisk no esquema de som atual do Windows.

Exemplos

O exemplo de código a seguir demonstra o uso da Asterisk propriedade .

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

Aplica-se a

Confira também