ServiceDevice.GetDeviceSelectorFromServiceId(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Advanced Query Syntax (AQS) string for identifying a device service by its GUIDs. This string is passed to the FindAllAsync or CreateWatcher method.
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
Parameters
- serviceId
-
Guid
Platform::Guid
winrt::guid
The service identifier.
Returns
The AQS string.