다음을 통해 공유


HumanPresenceSensor.FromIdAsync(String) 메서드

정의

제공된 디바이스 ID와 연결된 인간 존재 센서에 대한 참조를 비동기적으로 검색합니다.

public:
 static IAsyncOperation<HumanPresenceSensor ^> ^ FromIdAsync(Platform::String ^ sensorId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<HumanPresenceSensor> FromIdAsync(winrt::hstring const& sensorId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<HumanPresenceSensor> FromIdAsync(string sensorId);
function fromIdAsync(sensorId)
Public Shared Function FromIdAsync (sensorId As String) As IAsyncOperation(Of HumanPresenceSensor)

매개 변수

sensorId
String

Platform::String

winrt::hstring

인간 존재 센서의 고유한 디바이스 ID입니다.

반환

인간 존재 센서에 대한 참조입니다.

특성

적용 대상