Class intellisense hide/Show

  • Thread starter Thread starter Michael Ravan
  • Start date Start date
M

Michael Ravan

I want to be able to control the display of my base classes in
intellisense, in the same manner as
[EditorBrowsable(EditorBrowsableState.Never)] works for methods and
property of the classes. Is this possible?

Thanks

(e-mail address removed)
 
Michael,

Unfortunately, no. There are no attributes that intellisense looks at
to determine the visibility of members in a type.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top