L
Laurent
Hi
I want to retrieve all the class defined in all project from the active
solution. I can get the projects, the files, references ... but I can't get
the content of the Class View.
During my tests, I get a NotImplementedException when I try to access the
EnvDTE.CodeElement.Children
From the exception.stackTrace:
at EnvDTE.CodeElement.get_Children()
......
Laurent
I want to retrieve all the class defined in all project from the active
solution. I can get the projects, the files, references ... but I can't get
the content of the Class View.
During my tests, I get a NotImplementedException when I try to access the
EnvDTE.CodeElement.Children
From the exception.stackTrace:
at EnvDTE.CodeElement.get_Children()
......
Laurent