SystemSounds.Asterisk Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
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()