SystemSound.Play 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
播放系统声音类型。
public:
void Play();
public void Play ();
member this.Play : unit -> unit
Public Sub Play ()
示例
下面的代码示例演示如何使用 Asterisk 属性。
// 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()
注解
方法 Play 异步播放声音。