共用方式為


HumanPresenceSensor.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 字串。

備註

應用程式可以將 AQS 字串傳遞至 DeviceInformation.FindAllAsync ,以尋找系統上的所有人類存在感應器。

適用於

另請參閱