DkmDeviceInfo.DeviceForm Property
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.
The physical form of the device, say Phone, Tablet, Desktop, Notebook, or many others.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
property System::String ^ DeviceForm { System::String ^ get(); };
public:
property Platform::String ^ DeviceForm { Platform::String ^ get(); };
public string DeviceForm { get; }
member this.DeviceForm : string
Public ReadOnly Property DeviceForm As String