SystemSounds.Asterisk Propriedade

Definição

Obtém o som associado ao evento Asterisk programa no esquema sonoro Windows atual.

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 Propriedade

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

Exemplos

O seguinte exemplo de código demonstra a utilização 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

Ver também