S
Smokey Grindle
What is the proper way in VS2005 to describe / document values of an enum? I
want it so when I have the list of values the person working with it can see
what they are in the IDE like other ones let you... like if you set the
formborderstyle the intellisense that pops up has a description next to each
enum value available in the tooltip that pops up... I was useing the
attribute description from the ComponentModel namespace, but I dont seem to
get descriptions anymore in VS2005 doing this...
want it so when I have the list of values the person working with it can see
what they are in the IDE like other ones let you... like if you set the
formborderstyle the intellisense that pops up has a description next to each
enum value available in the tooltip that pops up... I was useing the
attribute description from the ComponentModel namespace, but I dont seem to
get descriptions anymore in VS2005 doing this...