HumanPresenceSensor.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 字串。
備註
應用程式可以將 AQS 字串傳遞至 DeviceInformation.FindAllAsync ,以尋找系統上的所有人類存在感應器。