I'm porting code from a Windows 7 project into Windows 8 RT. In the old code, I could including a "using System.ComponentModel;" at the top, then decorate enum items with [Description("MyDescription")]. Any ideas where this exists now?
It seems like pretty basic functionality to just throw it away.
Thanks,
Randy