Condividi tramite


SystemSounds.Asterisk Proprietà

Definizione

Ottiene il suono associato all'evento del Asterisk programma nello schema audio di 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 Asterisk programma nello schema audio di Windows corrente.

Esempio

Nell'esempio di codice seguente viene illustrato l'uso della Asterisk 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