SystemSounds.Asterisk Właściwość

Definicja

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

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

Wartość właściwości

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

Przykłady

W poniższym przykładzie kodu pokazano 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ż