visual studio 2010 - VS2010 Extensions - Subscribing to Events -


i'm trying create extension vs2010. i've started , 1 of things need keep track of project items.

upon initialization of package i'd subscribe set of events.

1) solution opened
2) solution closed
3) project loaded
4) project unloaded
5) file added
6) file removed

my main problem @ moment i'm not sure start these events. i've seen dte/solution/project/projectitem interfaces , i've seen techniques them, none of these have events on in way.

does know need looking find these events? , how create instance subscribe them?

found envdte.solutionevents allows needed.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -