Aracılığıyla paylaş


SystemSound.Play Yöntem

Tanım

Sistem ses türünü çalar.

public:
 void Play();
public void Play ();
member this.Play : unit -> unit
Public Sub Play ()

Örnekler

Aşağıdaki kod örneği özelliğinin Asterisk kullanımını gösterir.

// 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çıklamalar

Play yöntemi, sesi zaman uyumsuz olarak çalar.

Şunlara uygulanır

Ayrıca bkz.