Udostępnij za pośrednictwem


SystemSounds.Exclamation Właściwość

Definicja

Pobiera dźwięk skojarzony ze zdarzeniem Exclamation programu w bieżącym schemacie dźwięku systemu 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

Wartość właściwości

Zdarzenie SystemSound skojarzone ze zdarzeniem Exclamation programu w bieżącym schemacie dźwięku systemu Windows.

Przykłady

W poniższym przykładzie kodu pokazano użycie Exclamation właściwości .

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

Dotyczy

Zobacz też