다음을 통해 공유


DeviceInfo.DeviceType Property

Definition

Gets the type of device the application is running on.

public:
 static property Microsoft::Maui::Devices::DeviceType DeviceType { Microsoft::Maui::Devices::DeviceType get(); };
public static Microsoft.Maui.Devices.DeviceType DeviceType { get; }
static member DeviceType : Microsoft.Maui.Devices.DeviceType
Public Shared ReadOnly Property DeviceType As DeviceType

Property Value

The device type.

Applies to