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 查詢的字串。
- 屬性