PwmController.FromIdAsync(String) メソッド

定義

指定された DeviceInformation ID に基づいて PWM コントローラー インスタンスを初期化します。

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

パラメーター

deviceId
String

Platform::String

winrt::hstring

取得した DeviceInformation ID

戻り値

属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Devices.DevicesLowLevelContract (v3.0 で導入)

適用対象