ElementSoundPlayer.State 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定系統是否播放控制項音效。
public:
static property ElementSoundPlayerState State { ElementSoundPlayerState get(); void set(ElementSoundPlayerState value); };
static ElementSoundPlayerState State();
static void State(ElementSoundPlayerState value);
public static ElementSoundPlayerState State { get; set; }
var elementSoundPlayerState = ElementSoundPlayer.state;
ElementSoundPlayer.state = elementSoundPlayerState;
Public Shared Property State As ElementSoundPlayerState
屬性值
列舉值,指定系統是否播放控制項音效。 預設值為 Auto。
備註
根據預設,控制項音效會在 Xbox 上播放,而且不會在其他裝置系列上播放。 您可以將 ElementSoundPlayerState 設定為 [開啟 ],讓 app 在所有裝置系列上播放音效,或將它設定為 [關閉 ] 以停用所有裝置系列上的音效。
如需詳細資訊,請參閱 UWP 應用程式中的音效。