AnalyticsInfo.DeviceForm Eigenschaft

Definition

Ruft den Geräteformfaktor ab, der Windows 10 ausgeführt wird. Die App kann beispielsweise auf einem Smartphone, Tablet, Desktop usw. ausgeführt werden.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Geräteformfaktor.

Gilt für:

Weitere Informationen