PhoneLineTransportDevice.GetDeviceSelector Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetDeviceSelector() |
Gets an Advanced Query Syntax (AQS) string that the app can pass to DeviceInformation.FindAllAsync in order to find PhoneLineTransportDevices. |
GetDeviceSelector(PhoneLineTransport) |
Gets an Advanced Query Syntax (AQS) string that the app can pass to DeviceInformation.FindAllAsync in order to find PhoneLineTransportDevices of the given type. |
GetDeviceSelector()
Gets an Advanced Query Syntax (AQS) string that the app can pass to DeviceInformation.FindAllAsync in order to find 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
Returns
String formatted as an AQS query.
- Attributes
Applies to
GetDeviceSelector(PhoneLineTransport)
Gets an Advanced Query Syntax (AQS) string that the app can pass to DeviceInformation.FindAllAsync in order to find PhoneLineTransportDevices of the given type.
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
Parameters
- transport
- PhoneLineTransport
A PhoneLineTransport specifying the desired type of PhoneLineTransportDevice.
Returns
String formatted as an AQS query.
- Attributes