防止 Visual Studio 将资源设计器属性恢复为内部
我知道资源设计器文件是自动生成的,我们正在通过项目级别的资源文件实现 WPF 本地化。只有当我们拥有公共合格的资源设计器属性时,这才有可能。现在,每当我添加新的 resx 条目时,所有属性都会被修改为“内部”范围!我可以添加任何设置、属性来防止这种情况吗?任何帮助都是gr8!谢谢!
I know the resource designer files are auto generated, we are achieving WPF localization through resource files at project level. And its possible only if we have the resource designer properties as public qualified. Now any time i add a new resx entry, all the properties get modified to "internal" scope! Is there any setting, attribute i can add to prevent this? any help is gr8! thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您正在手动编辑文本文件吗?如果没有,当您通过资源编辑器打开资源时,必须有一个“访问修饰符”下拉菜单。如果您从该下拉列表中选择“公共”值,我希望 Visual Studio 能够保留您的选择。
Are you hand editing the text file? If not, there must be an "Access Modifier" drop down when you open the Resource through Resource Editor. I hope Visual Studio will preserve your selection, if you pick the "Public" value from that drop down.
如果你在 2024 年到达这里,我发现我需要从
TO更新它的 csprof 文件
If you get here in 2024, I found that I needed to update the csprof file for it from
TO