Condividi tramite


SystemSounds.Asterisk Proprietà

Definizione

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

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

Valore della proprietà

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

Esempio

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

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

Si applica a

Vedi anche