HumanPresenceSettings.GetSupportedFeaturesForSensorId(String) 方法

定义

检索指定的人类存在传感器支持的功能。

public:
 static HumanPresenceFeatures ^ GetSupportedFeaturesForSensorId(Platform::String ^ sensorId);
 static HumanPresenceFeatures GetSupportedFeaturesForSensorId(winrt::hstring const& sensorId);
public static HumanPresenceFeatures GetSupportedFeaturesForSensorId(string sensorId);
function getSupportedFeaturesForSensorId(sensorId)
Public Shared Function GetSupportedFeaturesForSensorId (sensorId As String) As HumanPresenceFeatures

参数

sensorId
String

Platform::String

winrt::hstring

人类存在传感器的唯一 ID。

返回

适用于

另请参阅