SystemSound.PlaySystemSoundAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式播放系統音效,並傳回音效結束時完成的 T:System.Threading.Tasks.Task。
public System.Threading.Tasks.Task PlaySystemSoundAsync ();
member this.PlaySystemSoundAsync : unit -> System.Threading.Tasks.Task