views:

40

answers:

1

Is it possible to control Visual Studio like you can control Excel through the Python COM API?

I'm trying to kick off a build through COM (don't ask!)

An example would be much appreciated.

A: 

Yes. See the Visual Studio SDK.

http://msdn.microsoft.com/en-us/library/bb166441%28VS.80%29.aspx

There are C# wrappers for the COM objects, but the underlying technology is COM.

CDSO1
Any specific links to code? I just see references to references.
cheez