« Stop solution build when a project build fails | Main | View -> Tab Order »
August 31, 2005
Hide methods/properties from IntelliSense
I can't really find a good reason why you would hide methods/properties from IntelliSense. Maybe you want to hide all the internal properties? Anyway I just found out a way to do this, use the EditorBrowsable attribute when defining your property.
However this apparently has a problem with the current Visual Studio .NET C# IDE where even if you set it to Never your property is still being picked up by IntelliSense. This should work fine with the Visual Basic IDE.
Posted by vhadiant at August 31, 2005 10:00 PM
Trackback Pings
TrackBack URL for this entry:
http://www.hadianto.net/mov32/mt-tb.cgi/105
