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
属性值
枚举的值,指定系统是否播放控件声音。 默认值为 “自动”。
注解
默认情况下,不播放控件声音。 将 ElementSoundPlayerState 设置为 “打开 ”,使应用在所有设备系列上播放声音,或将其设置为 “关闭 ”以禁用所有设备系列上的声音。
有关详细信息,请参阅 声音设计指南。