 | WavPlayerPlaySystemSound 方法 |
Sweet 开发框架
播放系统声音。
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void PlaySystemSound(
SystemSound systemSound
)
Public Shared Sub PlaySystemSound (
systemSound As SystemSound
)
static member PlaySystemSound :
systemSound : SystemSound -> unit
参数
- systemSound
- 类型:System.MediaSystemSound
对象代表系统播放声音。
参见