SystemSounds.Question Eigenschap

Definitie

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

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

Waarde van eigenschap

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

Voorbeelden

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

// Plays the sound associated with the Question system event.
SystemSounds::Question->Play();
// Plays the sound associated with the Question system event.
SystemSounds.Question.Play();
' Plays the sound associated with the Question system event.
SystemSounds.Question.Play()

Van toepassing op

Zie ook