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。