共用方式為


PhoneLineTransportDevice.GetDeviceSelector 方法

定義

多載

GetDeviceSelector()

取得進階查詢語法 (AQS) 字串串,應用程式可以傳遞至 DeviceInformation.FindAllAsync ,以尋找 PhoneLineTransportDevices。

GetDeviceSelector(PhoneLineTransport)

取得進階查詢語法 (AQS) 字串串,應用程式可以傳遞至 DeviceInformation.FindAllAsync ,以尋找指定類型的 PhoneLineTransportDevices。

GetDeviceSelector()

取得進階查詢語法 (AQS) 字串串,應用程式可以傳遞至 DeviceInformation.FindAllAsync ,以尋找 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

傳回

String

Platform::String

winrt::hstring

格式化為 AQS 查詢的字串。

屬性

適用於

GetDeviceSelector(PhoneLineTransport)

取得進階查詢語法 (AQS) 字串串,應用程式可以傳遞至 DeviceInformation.FindAllAsync ,以尋找指定類型的 PhoneLineTransportDevices。

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

參數

transport
PhoneLineTransport

PhoneLineTransport,指定所需的 PhoneLineTransportDevice 類型。

傳回

String

Platform::String

winrt::hstring

格式化為 AQS 查詢的字串。

屬性

適用於