SystemSounds.Asterisk Właściwość

Definicja

Pobiera dźwięk skojarzony ze zdarzeniem Asterisk programu w bieżącym Windows schemat dźwięku.

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

Wartość właściwości

SystemSound

Zdarzenie SystemSound skojarzone ze zdarzeniem Asterisk programu w bieżącym Windows schematu dźwięku.

Przykłady

Poniższy przykład kodu przedstawia użycie Asterisk właściwości.

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

Dotyczy

Zobacz też