【发布时间】:2013-02-25 08:53:03
【问题描述】:
在 WPF、Silverlight 等中。您可以使用 System.ComponentModel.CategoryAttribute 类对依赖属性进行分类。
如何在 WinRT 中对我的 DependencyProperties 进行分类?
【问题讨论】:
标签: c# xaml windows-runtime dependency-properties expression-blend
在 WPF、Silverlight 等中。您可以使用 System.ComponentModel.CategoryAttribute 类对依赖属性进行分类。
如何在 WinRT 中对我的 DependencyProperties 进行分类?
【问题讨论】:
标签: c# xaml windows-runtime dependency-properties expression-blend
WinRT目前不支持,可能会在以后的版本中。但目前它还不是 ComponentModel 的一部分。
【讨论】: