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.
 
Back
Top