共用方式為


ServiceDevice.GetDeviceSelector(ServiceDeviceType) 方法

定義

傳回進階查詢語法 (AQS) 字串,用來列舉指定 ServiceDeviceType 的裝置服務。 此字串會傳遞至 FindAllAsyncCreateWatcher 方法。

public:
 static Platform::String ^ GetDeviceSelector(ServiceDeviceType serviceType);
 static winrt::hstring GetDeviceSelector(ServiceDeviceType const& serviceType);
public static string GetDeviceSelector(ServiceDeviceType serviceType);
function getDeviceSelector(serviceType)
Public Shared Function GetDeviceSelector (serviceType As ServiceDeviceType) As String

參數

serviceType
ServiceDeviceType

要識別的服務類型。

傳回

String

Platform::String

winrt::hstring

AQS 字串。

適用於

另請參閱