次の方法で共有


Visual Studio SDK and Automation

You can write Visual Studio applications by using automation, VSPackages, or a combination of the two. Automation add-ins can call Visual Studio services, and Visual Studio packages (VSPackages) can access the Visual Studio automation model. You can combine these two approaches to create an effective solution.

For an example of calling automation from a VSPackage, see Walkthrough: Extending Managed VSPackages with Automation (C#). For an example of calling Visual Studio services from an automation add-in, see Walkthrough: Calling into the Visual Studio SDK from Automation.

See Also

Concepts

Walkthrough: Extending Managed VSPackages with Automation (C#)

Walkthrough: Calling into the Visual Studio SDK from Automation