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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -