3

I would like to automate some common tasks that I do using Visual Studio Macros but I can't find a decent API reference for visual studio objects accessible through macros.

Does such a think exist?

Or is there a way I can find out what I need with the API?

eaglestorm
  • 1,192
  • 1
  • 13
  • 32

1 Answers1

2

Do you mean the DTE?

Extending the Visual Studio Environment

Customizing, Automating, and Extending the Development Environment

How to: Use Add-ins to Control Macros

Mitch Wheat
  • 295,962
  • 43
  • 465
  • 541