다음을 통해 공유


Battery.GetDeviceSelector 메서드

정의

디바이스에 연결된 모든 배터리 컨트롤러를 찾는 데 사용할 수 있는 AQS(고급 쿼리 구문) 문자열을 가져옵니다.

public:
 static Platform::String ^ GetDeviceSelector();
 static winrt::hstring GetDeviceSelector();
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

반환

String

Platform::String

winrt::hstring

디바이스에 연결된 모든 배터리 컨트롤러를 찾는 데 사용할 수 있는 AQS 문자열입니다.

설명

DeviceInformation API와 함께 GetDeviceSelector에서 반환된 AQS 문자열을 사용하여 디바이스에 연결된 모든 배터리 컨트롤러를 찾습니다. Battery 개체를 만드는 방법에 대한 자세한 내용은 FromIdAsync를 참조하세요.

적용 대상

추가 정보