I'm trying to extend IDTExtensibility2 for my visual studio add-in so I can get the current visual studio instance from its OnConnection method, but
I'm not sure which of my classes should be extending it. I cannot find any useful tutorials or links on how to implement it. Right now my UserControl class also extends IDTExtensibility2, but none of its methods are being called (OnConnection, OnDisconnect,
etc). I'm just not really sure how I should be implementing IDTExtensibility2.
↧