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>