You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using IVsUserNotificationsManager and friends in Visual Studio 2013
A sample showing how to use the new IVsUserNotificationsManager that was introduced in Visual Studio 2013. This feature isn't open for extensibility, so don't abuse it.
This code accompanies a blog post I wrote on the topic.
About
A sample showing how to use the new IVsUserNotificationsService