Condividi tramite


SystemSounds.Exclamation Proprietà

Definizione

Ottiene il suono associato all'evento del programma Exclamation nella combinazione di suoni Windows corrente.

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

Valore della proprietà

Oggetto SystemSound associato all'evento del programma Exclamation nella combinazione di suoni Windows corrente.

Esempio

Nell'esempio di codice seguente viene illustrato l'uso della Exclamation proprietà .

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

Si applica a

Vedi anche