I'd like to take advantage of JumpList in a VB.Net application. Since there is now .Net support (as of 4.0 I think) I'd rather use that than the "api code pack". But the official doc which I find seems to imply that you have to use XAML. (http://msdn.microsoft.com/en-us/library/system.windows.shell.jumplist(v=vs.110).aspx). I really don't want to learn XAML just to use JumpList.
Are there any examples of the use of JumpList in VB.Net or C# which use the official .Net support and do not use XAML?
Thanks, Bob