I am creating a Visual Studio plugin to analyze code. I am using EnvDTE.ProjectItem
to access project and other project items.
I want to list properties and methods inside a class. Is there any way that I can access code inside a class?
I am creating a Visual Studio plugin to analyze code. I am using EnvDTE.ProjectItem
to access project and other project items.
I want to list properties and methods inside a class. Is there any way that I can access code inside a class?
There are two possible ways for that:
or