Share via


ServiceDevice.GetDeviceSelectorFromServiceId(Guid) Method

Definition

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

String

Platform::String

winrt::hstring

The AQS string.

Applies to

See also