SystemSounds.Asterisk Tulajdonság

Definíció

Lekéri a Asterisk programeseményhez társított hangot az aktuális Windows hangsémában.

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

Tulajdonság értéke

Egy SystemSound társított Asterisk programeseményhez az aktuális Windows hangsémában.

Példák

Az alábbi példakód bemutatja a Asterisk tulajdonság használatát.

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

A következőre érvényes:

Lásd még