PhoneLineTransportDevice.GetDeviceSelector メソッド

定義

オーバーロード

GetDeviceSelector()

PhoneLineTransportDevices を検索するために、アプリが DeviceInformation.FindAllAsync に渡すことができる高度なクエリ構文 (AQS) 文字列を取得します。

GetDeviceSelector(PhoneLineTransport)

指定した型の PhoneLineTransportDevices を検索するために、アプリが DeviceInformation.FindAllAsync に渡すことができる高度なクエリ構文 (AQS) 文字列を取得します。

GetDeviceSelector()

PhoneLineTransportDevices を検索するために、アプリが DeviceInformation.FindAllAsync に渡すことができる高度なクエリ構文 (AQS) 文字列を取得します。

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)

指定した型の PhoneLineTransportDevices を検索するために、アプリが DeviceInformation.FindAllAsync に渡すことができる高度なクエリ構文 (AQS) 文字列を取得します。

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

目的の種類の PhoneLineTransportDevice を指定する PhoneLineTransport。

戻り値

String

Platform::String

winrt::hstring

AQS クエリとして書式設定された文字列。

属性

適用対象