Lamp.FromIdAsync(String) 方法

定义

获取一个 Lamp 对象,该对象表示具有指定 ID 的灯设备。

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

参数

deviceId
String

Platform::String

winrt::hstring

请求的灯设备的 ID。

返回

成功完成后返回 Lamp 对象的异步操作。

属性

注解

使用 GetDefaultAsync 获取设备的默认灯。 通过将 GetDeviceSelector 方法返回的类选择字符串传递给 FindAllAsyncCreateWatcher 方法,枚举灯设备。 检索后,使用 DeviceId 属性检索关联灯的 ID。

适用于