AnalyticsInfo.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.
Gets the device form factor running Windows 10. For example, the app could be running on a phone, tablet, desktop, and so on.
public:
static property Platform::String ^ DeviceForm { Platform::String ^ get(); };
static winrt::hstring DeviceForm();
public static string DeviceForm { get; }
var string = AnalyticsInfo.deviceForm;
Public Shared ReadOnly Property DeviceForm As String
Property Value
The device form factor.