DeviceAccessInformation.CreateFromDeviceClassId(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.
Initializes a DeviceAccessInformation object based on a device class id.
public:
static DeviceAccessInformation ^ CreateFromDeviceClassId(Platform::Guid deviceClassId);
static DeviceAccessInformation CreateFromDeviceClassId(winrt::guid const& deviceClassId);
public static DeviceAccessInformation CreateFromDeviceClassId(Guid deviceClassId);
function createFromDeviceClassId(deviceClassId)
Public Shared Function CreateFromDeviceClassId (deviceClassId As Guid) As DeviceAccessInformation
Parameters
- deviceClassId
-
Guid
Platform::Guid
winrt::guid
Id of the device class to get DeviceAccessInformation about.
Returns
The DeviceAccessInformation object for the given device class id.