ServiceDevice.GetDeviceSelectorFromServiceId(Guid) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイス サービスを GUID で識別するための高度なクエリ構文 (AQS) 文字列。 この文字列は FindAllAsync メソッドまたは CreateWatcher メソッドに渡されます。
public:
static Platform::String ^ GetDeviceSelectorFromServiceId(Platform::Guid serviceId);
static winrt::hstring GetDeviceSelectorFromServiceId(winrt::guid const& serviceId);
public static string GetDeviceSelectorFromServiceId(Guid serviceId);
function getDeviceSelectorFromServiceId(serviceId)
Public Shared Function GetDeviceSelectorFromServiceId (serviceId As Guid) As String
パラメーター
- serviceId
-
Guid
Platform::Guid
winrt::guid
サービス識別子。
戻り値
AQS 文字列。