Lamp.GetDeviceSelector 方法

定义

返回可用于枚举灯设备的类选择字符串。

public:
 static Platform::String ^ GetDeviceSelector();
 static winrt::hstring GetDeviceSelector();
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

返回

String

Platform::String

winrt::hstring

灯设备的类选择字符串。

注解

可以通过将 GetDeviceSelector 方法返回的类选择字符串传递给 FindAllAsyncCreateWatcher 方法来枚举灯设备。

适用于