代码之家  ›  专栏  ›  技术社区  ›  djcouchycouch

正在获取Windows Phone 8设备的电池电量?

  •  6
  • djcouchycouch  · 技术社区  · 12 年前

    如何通过程序从Windows Phone 8设备获取电池电量?

    2 回复  |  直到 12 年前
        1
  •  20
  •   Sergei Grebnov    12 年前

    以下对我有效

    Windows.Phone.设备.电源.电池.GetDefault().剩余电量百分比

        2
  •  0
  •   Senthil Kumar B    12 年前

    您可以使用Windows.Phone.Devices.Power名称空间中定义的Battery类来检索Windows Phone 8设备电池的电池电量和剩余时间。下面是它的一些用法示例。

    1. Retreiving the Remaining time of the Windows Phone 8 device battery programatically using C#
    2. How to retreive the Battery Level programatically in Windows Phone 8 ?