Partager via


SerialDevice.GetDeviceSelector Méthode

Définition

Surcharges

GetDeviceSelector()

Obtient une chaîne AQS (Advanced Query Syntax) que l’application peut passer à DeviceInformation.FindAllAsync afin de rechercher tous les appareils série sur le système.

GetDeviceSelector(String)

Obtient une chaîne AQS (Advanced Query Syntax) que l’application peut passer à DeviceInformation.FindAllAsync afin de rechercher un appareil série en spécifiant son nom de port.

GetDeviceSelector()

Obtient une chaîne AQS (Advanced Query Syntax) que l’application peut passer à DeviceInformation.FindAllAsync afin de rechercher tous les appareils série sur le système.

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

Retours

String

Platform::String

winrt::hstring

Chaîne mise en forme en tant que requête AQS.

Attributs

Voir aussi

S’applique à

GetDeviceSelector(String)

Obtient une chaîne AQS (Advanced Query Syntax) que l’application peut passer à DeviceInformation.FindAllAsync afin de rechercher un appareil série en spécifiant son nom de port.

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

Paramètres

portName
String

Platform::String

winrt::hstring

Nom du port série. Par exemple, « COM1 ».

Retours

String

Platform::String

winrt::hstring

Chaîne mise en forme en tant que requête AQS.

Attributs

Voir aussi

S’applique à