ServiceDevice.GetDeviceSelectorFromServiceId(Guid) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
進階查詢語法 (AQS) 字串串,用來依其 GUID 識別裝置服務。 此字串會傳遞至 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 字串。