Aracılığıyla paylaş


SystemSounds.Exclamation Özellik

Tanım

Geçerli Windows ses düzenindeki Exclamation program olayıyla ilişkili sesi alır.

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

Özellik Değeri

SystemSound Geçerli Windows ses düzenindeki program olayıyla Exclamation ilişkili.

Örnekler

Aşağıdaki kod örneği özelliğinin Exclamation kullanımını gösterir.

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

Şunlara uygulanır

Ayrıca bkz.