共用方式為


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

人類目前狀態感應器的唯一識別碼。

傳回

適用於

另請參閱