Condividi tramite


HumanPresenceSettings.GetSupportedFeaturesForSensorIdAsync(String) Metodo

Definizione

Recupera in modo asincrono le funzionalità supportate dal sensore di presenza umana specificato.

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)

Parametri

sensorId
String

Platform::String

winrt::hstring

ID univoco del sensore di presenza umana.

Restituisce

Risultati asincroni dell'operazione. Usare questa opzione per determinare quando viene completata la chiamata asincrona.

Attributi

Si applica a

Vedi anche

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