问题
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