ElementSoundKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,指定 ElementSoundPlayer.Play 方法播放的音效。
public enum class ElementSoundKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class ElementSoundKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum ElementSoundKind
Public Enum ElementSoundKind
- 繼承
-
ElementSoundKind
- 屬性
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
欄位
Focus | 0 | 專案取得焦點時要播放的音效。 |
GoBack | 6 | 當使用者返回時要播放的音效。 |
Hide | 3 | 飛出視窗、對話方塊或命令列關閉時要播放的音效。 |
Invoke | 1 | 叫用專案時要播放的音效。 |
MoveNext | 5 | 當使用者流覽至頁面內的下一個面板或檢視時,要播放的音效。 |
MovePrevious | 4 | 當使用者流覽至頁面內的上一個面板或檢視時,要播放的音效。 |
Show | 2 | 開啟飛出視窗、對話方塊或命令列時要播放的音效。 |
備註
如需詳細資訊,請參閱 UWP 應用程式中的音效。