SystemSounds.Exclamation Eigenschap

Definitie

Hiermee haalt u het geluid op dat is gekoppeld aan de Exclamation programma-gebeurtenis in het huidige Windows geluidsschema.

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

Waarde van eigenschap

Een SystemSound die is gekoppeld aan de Exclamation programma-gebeurtenis in het huidige Windows geluidsschema.

Voorbeelden

In het volgende codevoorbeeld ziet u hoe de Exclamation eigenschap wordt gebruikt.

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

Van toepassing op

Zie ook