AnalyticsInfo.DeviceForm プロパティ

定義

Windows 10を実行しているデバイス フォーム ファクターを取得します。 たとえば、アプリは電話、タブレット、デスクトップなどで実行できます。

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

プロパティ値

String

Platform::String

winrt::hstring

デバイス フォーム ファクター。

適用対象

こちらもご覧ください