本文介绍了MenuFlyoutItem中的[UWP]图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在 表示MenuFlyoutItem有一个Icon属性,但不幸的是,当我尝试添加这个时,Visual Studio给了我一个错误:
成员"图标"无法识别或无法访问。
在'MenuFlyoutItem'类型中找不到属性'Icon'。
但我迫切需要IconFlyoutItem的Icon。那我该怎么办?
谢谢!
解决方案
In the official Microsoft documents said that there is an Icon property to MenuFlyoutItem, but unfortunately Visual Studio gives me an error when I try to add this:
The member "Icon" is not recognized or is not accessible. The property 'Icon' was not found in type 'MenuFlyoutItem'.
But I desperately need Icon for my MenuFlyoutItem. So what do I do?
Thanks!
解决方案
这篇关于MenuFlyoutItem中的[UWP]图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!