次の方法で共有


CustomSensor.FromIdAsync(String) メソッド

定義

センサーをその識別子から非同期的に取得します。

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)

パラメーター

sensorId
String

Platform::String

winrt::hstring

センサー識別子。

戻り値

識別子から CustomSensor オブジェクトを返します。

属性

適用対象