SerialDevice.GetDeviceSelector 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetDeviceSelector() |
获取高级查询语法 (AQS) 字符串,应用可以传递给 DeviceInformation.FindAllAsync 以查找系统上的所有串行设备。 |
GetDeviceSelector(String) |
获取高级查询语法 (AQS) 字符串,应用可以传递给 DeviceInformation.FindAllAsync ,以便通过指定串行设备端口名称来查找串行设备。 |
GetDeviceSelector()
获取高级查询语法 (AQS) 字符串,应用可以传递给 DeviceInformation.FindAllAsync 以查找系统上的所有串行设备。
public:
static Platform::String ^ GetDeviceSelector();
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
static winrt::hstring GetDeviceSelector();
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String
返回
格式化为 AQS 查询的字符串。
- 属性
另请参阅
适用于
GetDeviceSelector(String)
获取高级查询语法 (AQS) 字符串,应用可以传递给 DeviceInformation.FindAllAsync ,以便通过指定串行设备端口名称来查找串行设备。
public:
static Platform::String ^ GetDeviceSelector(Platform::String ^ portName);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromPortName")]
static winrt::hstring GetDeviceSelector(winrt::hstring const& portName);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromPortName")]
public static string GetDeviceSelector(string portName);
function getDeviceSelector(portName)
Public Shared Function GetDeviceSelector (portName As String) As String
参数
- portName
-
String
Platform::String
winrt::hstring
串行端口名称。 例如,“COM1”。
返回
格式化为 AQS 查询的字符串。
- 属性