다음을 통해 공유


HumanPresenceSettings.GetSupportedFeaturesForSensorIdAsync(String) 메서드

정의

지정된 사용자 존재 센서에서 지원하는 기능을 비동기적으로 검색합니다.

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

매개 변수

sensorId
String

Platform::String

winrt::hstring

인간 존재 센서의 고유 ID입니다.

반환

작업의 비동기 결과입니다. 이를 사용하여 비동기 호출이 완료되는 시기를 확인합니다.

특성

적용 대상

추가 정보

  • <xref:Windows.Devices.Sensors.HumanPresenceSettings.GetSupportedFeaturesForSensorId(System.String)T%3aWindows.Devices.Sensors.HumanPresenceFeatures>