代码之家  ›  专栏  ›  技术社区  ›  viky

XAML有版本吗?

  •  4
  • viky  · 技术社区  · 16 年前

    2 回复  |  直到 13 年前
        1
  •  4
  •   Community Mohan Dere    9 年前

    Rob Relyea of the XAML team 将.NET4中的XAML实现称为“XAML2009”(例如。 here ). 我认为.NET3.x中的XAML没有版本——每个人都称之为XAML(它有两个实现,一个用于WPF,一个用于WF)。

    补充引文由 Kent Boogaart .

        2
  •  1
  •   Doug Ferguson    16 年前

        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    

    松散的xaml文件读取器将无法知道目标是哪个版本的xaml。

    看起来,相同版本的XAML可能适用于所有不同版本的WPF,只要该版本中存在编码的对象类型。

    推荐文章