Hi i'm searching a way of showing the same dialog VS shows when you try to close the IDE with unsaved files.
I've spent few hours looking at all the Microsoft.VisualStudio.Shell.Interop (and friends) namespace to find a class for this purpose, but i only found this,
but i'm afraid that is not what i was looking for.
I need to show the classic Yes|No|Cancel dialog, and i really would like to reuse the built in one, not reinventing the wheel...
Can somebody please point me in the right direction?
P.S. VS Version is VS 2013.
Thanks, Max