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 以異步方式播放音效。