DTE object VS Class and Method

  • Thread starter Thread starter Max
  • Start date Start date
M

Max

Im trying to make a .NET addin that could interact with
the .NET developpment environment.

I would like to be able to click on any class or method
definition in the code desing window and set an object to
the corresponding type (CodeClass or CodeMethod) so I can
access to its properties. So far im using a EnvDTE._DTE
object to interract with the environment.

Is there anyway to do it? There are 2 comboboxes on top of
the code desing window that show the current class /
function / method currently selected in the text but I
cant find where the information is taken from.

Thanks for any help!
Max
 
Max,

microsoft.public.vsnet.ide is generally a better group for VS.NET
add-in questions.



Mattias
 
Back
Top