Partager via


CustomSensor.FromIdAsync(String) Méthode

Définition

Obtient de manière asynchrone le capteur à partir de son identificateur.

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)

Paramètres

sensorId
String

Platform::String

winrt::hstring

Identificateur du capteur.

Retours

Retourne l’objet CustomSensor à partir de son identificateur.

Attributs

S’applique à