Finding a ProjectItem by type name via DTE

Posted by hmemcpy on Stack Overflow See other posts from Stack Overflow or by hmemcpy
Published on 2010-03-30T22:32:22Z Indexed on 2010/03/31 4:33 UTC
Read the original article Hit count: 766

Given a type name, is it possible to use DTE to find the ProjectItem that the type is located in? Something similar to how the Navigate To... dialog works in Visual Studio 2010.

The closest I could find is Solution.FindProjectItem, but that takes in a file name.

Thanks!

© Stack Overflow or respective owner

Related posts about dte

Related posts about envdte