ServiceDevice.GetDeviceSelector(ServiceDeviceType) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した ServiceDeviceType のデバイス サービスを列挙するために使用される高度なクエリ構文 (AQS) 文字列を返します。 この文字列は FindAllAsync メソッドまたは CreateWatcher メソッドに渡されます。
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
識別するサービスの種類。
戻り値
AQS 文字列。