Partager via


PhoneLineTransportDevice.GetDeviceSelector Méthode

Définition

Surcharges

GetDeviceSelector()

Obtient une chaîne AQS (Advanced Query Syntax) que l’application peut passer à DeviceInformation.FindAllAsync pour rechercher PhoneLineTransportDevices.

GetDeviceSelector(PhoneLineTransport)

Obtient une chaîne AQS (Advanced Query Syntax) que l’application peut passer à DeviceInformation.FindAllAsync afin de rechercher PhoneLineTransportDevices du type donné.

GetDeviceSelector()

Obtient une chaîne AQS (Advanced Query Syntax) que l’application peut passer à DeviceInformation.FindAllAsync pour rechercher PhoneLineTransportDevices.

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

S’applique à

GetDeviceSelector(PhoneLineTransport)

Obtient une chaîne AQS (Advanced Query Syntax) que l’application peut passer à DeviceInformation.FindAllAsync afin de rechercher PhoneLineTransportDevices du type donné.

public:
 static Platform::String ^ GetDeviceSelector(PhoneLineTransport transport);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForPhoneLineTransport")]
 static winrt::hstring GetDeviceSelector(PhoneLineTransport const& transport);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForPhoneLineTransport")]
public static string GetDeviceSelector(PhoneLineTransport transport);
function getDeviceSelector(transport)
Public Shared Function GetDeviceSelector (transport As PhoneLineTransport) As String

Paramètres

transport
PhoneLineTransport

PhoneLineTransport spécifiant le type souhaité de PhoneLineTransportDevice.

Retours

String

Platform::String

winrt::hstring

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

Attributs

S’applique à