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
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