Partager via


HumanPresenceSensor.FromIdAsync(String) Méthode

Définition

Récupère de manière asynchrone une référence au capteur de présence humaine associé à l’ID d’appareil fourni.

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)

Paramètres

sensorId
String

Platform::String

winrt::hstring

ID d’appareil unique d’un capteur de présence humaine.

Retours

Référence à un capteur de présence humaine.

Attributs

S’applique à