HumanPresenceSensor.FromIdAsync(String) Methode

Definition

Ruft asynchron einen Verweis auf den menschlichen Anwesenheitssensor ab, der der bereitgestellten Geräte-ID zugeordnet ist.

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)

Parameter

sensorId
String

Platform::String

winrt::hstring

Die eindeutige Geräte-ID eines menschlichen Anwesenheitssensors.

Gibt zurück

Ein Verweis auf einen menschlichen Anwesenheitssensor.

Attribute

Gilt für: