Freigeben über


CustomSensor.FromIdAsync(String) Methode

Definition

Ruft den Sensor asynchron aus seinem Bezeichner ab.

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

Parameter

sensorId
String

Platform::String

winrt::hstring

Der Sensorbezeichner.

Gibt zurück

Gibt das CustomSensor-Objekt von seinem Bezeichner zurück.

Attribute

Gilt für: