标签: uwp
UWP中的DescriptionAttribute在哪里? 是否在UWP中不支持,还是应该在Nuget中找到?
答案 0 :(得分:4)
您可以在DescriptionAttribute's info at MSDN看到它不适用于Universla Windows。
相反,您可以尝试使用DisplayAttribute或创建自己的at this question。您可以找到一些帮助here。