1

I am trying to access user macros that are defined in a .vsprops (Property Sheet) that is used by a Visual Studio 2008 project. I cannot find any documentation on accessing any information in a .vsprops file using VS automation and extension functionality (i.e., EnvDTE et al). Does anyone know if this is possible?

madhatter160
  • 439
  • 5
  • 13

1 Answers1

0

Did you check the VCPropertySheet and other interfaces?

stijn
  • 34,664
  • 13
  • 111
  • 163