Is there anyway to duplicate the intellisense provided by the Color struct in visual studio?
Posted
by Robin Robinson
on Stack Overflow
See other posts from Stack Overflow
or by Robin Robinson
Published on 2010-05-25T18:29:55Z
Indexed on
2010/05/25
18:31 UTC
Read the original article
Hit count: 221
.NET
|intellisense
What I want to do is provide some public static fields that will be used as instances of an interface implementation and have intellisense pick them up when the interface is a method argument.
The idea is to have it look like an enum to the developer. I reference Color because basically this is the behavior I want, I just don't know how to replicate it.
© Stack Overflow or respective owner