Share via


HumanPresenceSettings.GetSupportedFeaturesForSensorId(String) Method

Definition

Retrieves the features supported by the specified human presence sensor.

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

Parameters

sensorId
String

Platform::String

winrt::hstring

The unique ID of the human presence sensor.

Returns

Applies to

See also