Hi to all,
I'm developing the integrated Package which show structure of code (C#, VB) in TreeView of my control window.
I found a SourceCodeOutliner project in (http://www.codeplex.com/SourceCodeOutliner) and translate it to C#. I'd learn how to get a project structure for file, but at now I want to add into my treeView [#]regions structure.
How I can grab and parse it using EnvDTE object model?