DeviceInfo.Platform 属性

定义

获取设备的平台或操作系统。

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

属性值

设备平台。

适用于