SystemSounds.Asterisk Propriedade

Definição

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

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

Valor da propriedade

SystemSound

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

Exemplos

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

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