HumanPresenceSensor.FromIdAsync(String) メソッド

定義

指定されたデバイス ID に関連付けられている人間のプレゼンス センサーへの参照を非同期的に取得します。

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)

パラメーター

sensorId
String

Platform::String

winrt::hstring

人間のプレゼンス センサーの一意のデバイス ID。

戻り値

人間のプレゼンス センサーへの参照。

属性

適用対象