Hiding user control properties from IntelliSense

混江龙づ霸主 提交于 2019-12-11 09:01:47

问题


How can I hide user control properties from IntelliSense in Visual Studio?


回答1:


Apply the [EditorBrowsable] attribute. It's still possible to the developer to show these hidden members via the VS Options dialog, however.



来源:https://stackoverflow.com/questions/1852164/hiding-user-control-properties-from-intellisense

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!