SystemSounds.Exclamation Propriedade

Definição

Obtém o som associado ao evento de programa Exclamation no esquema de som atual do Windows.Gets the sound associated with the Exclamation program event in the current Windows sound scheme.

public:
 static property System::Media::SystemSound ^ Exclamation { System::Media::SystemSound ^ get(); };
public static System.Media.SystemSound Exclamation { get; }
member this.Exclamation : System.Media.SystemSound
Public Shared ReadOnly Property Exclamation As SystemSound

Valor da propriedade

SystemSound

Um SystemSound associado ao evento de programa Exclamation no esquema de som atual do Windows.A SystemSound associated with the Exclamation program event in the current Windows sound scheme.

Exemplos

O exemplo de código a seguir demonstra o uso da Exclamation propriedade.The following code example demonstrates the use of the Exclamation property.

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