更改属性的 DisplayName 属性

发布于 2024-07-25 14:36:15 字数 76 浏览 1 评论 0原文

我正在寻找一种在运行时更改属性的 DisplayName 属性值的方法。 这在 Windows 窗体中可能吗?

I am looking for a way to change the value of the DisplayName attribute of a property at run-time. Is this even possible in Windows Forms?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱&纷飞 2024-08-01 14:36:15

为您的类创建您自己的 TypeDescriptionProvider 并分配它在运行时使用 TypeDescriptor< 单个对象(或整个类) /a>. 另请查看 GetTypeDescriptorGetProperties,最后 AttributeArray

一般来说,创建自己的类型描述符并不难,但是你需要仔细阅读msdn并进行大量尝试。

Create your own TypeDescriptionProvider for your class, and assign it at runtime to single object (or entire class) using TypeDescriptor. Also look into GetTypeDescriptor and GetProperties, and finally AttributeArray.

In general creating your own type descriptor is not so hard, but you need to read msdn carefully and do a lot of tries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文