Hello,
I've noticed a nice feature in VS 2005: Intellisense now provides
autocompletion for Color, Pen, Brush parameters with the static members in
the Color, Pens and Brushes classes (perhaps this works for more classes).
This is new, because previously only enumerations got this treatment, and for
enums it was easy to get all the members, but in this case there is no
(obvious) object relation between the parameter type and the values provided
at autocompletion.
Does anyone know if this is hardcoded in the IDE or if there is an
extensibility mechanism for it (similar to, say, a
TypeConverter.GetStandardValues)?
Thanks,
Euphilos
"Gary Chang[MSFT]" - 30 Jan 2006 05:15 GMT
Thanks for your praise on our new autocomplete feature of VS2005, it
appears to be implemented with an VS extensibility mechanism with it, if
you have interest on this, I suggest you may post this question to our
corresponding MSDN forum, our development team engineer may discussthis
issue with you directly there:
Visual Studio Extensibility
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=57&SiteID=1
Thanks for your understanding!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.