PhoneLineTransportDevice.GetDeviceSelector 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
傳回
格式化為 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 類型。
傳回
格式化為 AQS 查詢的字串。
- 屬性