gpt4 book ai didi

c# - System.ComponentModel - 忽略属性

转载 作者:行者123 更新时间:2023-11-30 13:39:37 26 4
gpt4 key购买 nike

我正在 ASP.NET 中创建自定义 UserControl,我正在使用 System.ComponentModel.Attributes 用不同的东西装饰属性。默认情况下,ASP.NET 显示所有公共(public) GET;在 ASPX 页面的属性窗口中设置控件的属性。我可以使用什么属性来忽略某些属性?

我试图在 http://msdn.microsoft.com/en-us/library/system.componentmodel.aspx 上找到与“忽略”相关的内容页面,但没有找到任何内容。

谢谢

最佳答案

你需要BrowsableAttribute

Specifies whether a property or event should be displayed in a Properties window.

[Browsable(false)]
public int MyProperty { get; set; }

关于c# - System.ComponentModel - 忽略属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11312800/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com