DeviceAccessInformation.CreateFromDeviceClass(DeviceClass) 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 given DeviceClass.
public:
static DeviceAccessInformation ^ CreateFromDeviceClass(DeviceClass deviceClass);
static DeviceAccessInformation CreateFromDeviceClass(DeviceClass const& deviceClass);
public static DeviceAccessInformation CreateFromDeviceClass(DeviceClass deviceClass);
function createFromDeviceClass(deviceClass)
Public Shared Function CreateFromDeviceClass (deviceClass As DeviceClass) As DeviceAccessInformation
Parameters
- deviceClass
- DeviceClass
Device class to get DeviceAccessInformation about.
Returns
The DeviceAccessInformation object for the given DeviceClass.