Battery.GetDeviceSelector 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取高级查询语法 (AQS) 字符串,该字符串可用于查找连接到设备的所有电池控制器。
public:
static Platform::String ^ GetDeviceSelector();
static winrt::hstring GetDeviceSelector();
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String
返回
可用于查找连接到设备的所有电池控制器的 AQS 字符串。
注解
将 GetDeviceSelector 返回的 AQS 字符串与 DeviceInformation API 配合使用,查找连接到设备的所有电池控制器。 有关如何创建 Battery 对象的信息,请参阅 FromIdAsync。