CustomDevice.GetDeviceSelector(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.
Gets a device selector.
public:
static Platform::String ^ GetDeviceSelector(Platform::Guid classGuid);
static winrt::hstring GetDeviceSelector(winrt::guid const& classGuid);
public static string GetDeviceSelector(Guid classGuid);
function getDeviceSelector(classGuid)
Public Shared Function GetDeviceSelector (classGuid As Guid) As String
Parameters
- classGuid
-
Guid
Platform::Guid
winrt::guid
The Device Interface Class GUID of the device interface to create a device selector for.
Returns
The device selector.
Remarks
For more info about the Device Interface Class GUID, see Overview of Device Interface Classes.