Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 430 Bytes

File metadata and controls

6 lines (4 loc) · 430 Bytes

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.