Windows UI库

Windows UI库(项目代号“Jupiter”[4][5], 也称为UWP XAML或WinRT XAML)是一个用于实现用户界面API,是Windows运行时编程模型的一部分,它构成了通用Windows平台应用程序的主干(以前称为Metro风格或沉浸式),适用于Windows 8Windows 8.1Windows 10Windows 11Windows Phone 8.1作業系統。支持使用可扩展应用程序标记语言(XAML) 技术声明用户界面。

Windows UI Library
其他名称WinUI, UWP XAML, WinRT XAML
開發者Microsoft
首次发布2011年9月2011-September
当前版本
  • 2.8.6 (2023年11月3日;穩定版本)[1]
源代码库
编程语言C++ and C#
操作系统Microsoft Windows[2]
平台Intel x86 32-bit, x86-64 and ARM
类型应用程序框架
许可协议从2018-12-04MIT License;[3] 此前为Freeware
网站

WinUI是为Windows运行时内置的多个UI框架之一;其他的是HTML5(例如,通过WinJS)和DirectX

WinUI 3将WinRT XAML与操作系统分离为一个单独的,[6]以便快速更新并使新功能在旧版本的Windows上工作。它是Windows应用程序SDK(代号为“Project Reunion”)的一部分,微软努力协调Windows桌面(Win32)和UWP低IL应用程序模型。

WinUI与Windows Presentation Foundation(WPF)和Silverlight(WPF/E)相关——分别用于桌面应用程序和便携式应用程序的基于XAML的类似的UI框架。WinUI使用了许多与这两种旧技术相同的API名称,尤其是与Silverlight;但与WPF一样,它的使用仅限于Windows操作系统(Windows 8及更高版本)。主要区别在于WPF和Silverlight是用C♯编写的,供.NET家族语言,如C#或Visual Basic使用;而WinRT XAML是的一部分,用C++编写,可用于代码,并可用C++/CXC++/WinRT开发。

参见

参考文献

  1. . 2023年11月3日 [2023年11月19日].
  2. . Windows app development. Microsoft Docs. [2021-10-15]. (原始内容存档于2022-01-21).
  3. Gallo, Kevin. . Windows Developer. Windows Blogs. 2018-12-04 [2021-10-09]. (原始内容存档于2022-05-14).
  4. Nixon, Jerry. . Jerry Nixon blog. 2012-06-20 [2021-10-15]. (原始内容存档于2021-10-26).
  5. Nixon, Jerry; Heuer, Tim. . DevRadio. Channel 9. 2013-01-24 [2021-10-15]. (原始内容存档于2021-10-26).
  6. Ramos, Miguel. . Windows Developer. Windows Blogs. 2020-07-07 [2021-05-28]. (原始内容存档于2021-11-22).

外部链接

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.