Does Visual Studio offer a way to catch an add/remove/edit Reference event that isn't specified for only C# or VB projects? -
i found documentation in msdn library: http://msdn.microsoft.com/en-us/library/ms228956.aspx
it specifies way catch add, edit, or delete reference events within visual studios. however, works c# , vb projects. have implemented visual studio extension custom project type these events not fired within custom projects.
my question if visual studio offers way catch generalized version of add, edit, or remove reference events?
Comments
Post a Comment