HumanPresenceSettings.GetSupportedFeaturesForSensorId(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.