Hiding user control properties from IntelliSense

2019-07-29 23:41发布

问题:

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.