Compartilhar via


SystemSounds.Exclamation Propriedade

Definição

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

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

Exemplos

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

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

Aplica-se a

Confira também