HumanPresenceSensor.FromId(String) 方法

定义

同步检索与所提供的设备 ID 关联的人类存在传感器的引用。

public:
 static HumanPresenceSensor ^ FromId(Platform::String ^ sensorId);
 static HumanPresenceSensor FromId(winrt::hstring const& sensorId);
public static HumanPresenceSensor FromId(string sensorId);
function fromId(sensorId)
Public Shared Function FromId (sensorId As String) As HumanPresenceSensor

参数

sensorId
String

Platform::String

winrt::hstring

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

返回

对人类存在传感器的引用。

适用于