Microsoft Visual Studio Tools for Applications 2013 - Update 1 SDK
Published:
Version:12.0
Product:Developer Tools
Language:English
Microsoft Visual Studio Tools for Applications lets you enable end users to customize your existing applications using Visual Basic and Visual C#.
Microsoft Visual Studio Tools for Applications lets you enable end users to customize your existing applications using Visual Basic and Visual C#. Since the VSTA 2012 release, several changes have been introduced to the licensing model as well as to how you integrate VSTA into your applications:
There is no longer a licensing fee for the VSTA redistributable components. Your organization can distribute and use the VSTA redistributable components free of charge.
VSTA no longer provides its own Visual Studio Environment for authoring macros. Instead, a supported version of Visual Studio Professional (Premium, or Ultimate) is required to develop VSTA macros and add-ins. VSTA has two primary modes of operation: with Visual Studio Professional (Premium, or Ultimate) installed and standalone. In standalone mode, VSTA provides your application with the means to load, compile, and run end user customizations. With a supported version of Visual Studio Professional (Premium, or Ultimate) installed on your user’s machine, VSTA extends that functionality with the means to edit and debug those customizations.
VSTA 2013 supports .NET Framework 4.5.1.
VSTA 2013 presents a simplified API for integrating design-time experiences into your application using either managed (Visual C# or Visual Basic .NET) or unmanaged (Visual C++) code. It simplifies tasks such as finding the installation of Visual Studio, launching the external process, and synchronizing save state, making integration significantly easier than previous versions.
VSTA 2013 provides the ability to upgrade projects from Visual Studio 2005 Tools for Applications and Visual Studio 2008 Tools for Applications, compile, and run them. It also maintains compatibility with VSTA 2012 projects.
VSTA no longer requires your application host to provide a runtime library in order to run. This gives you the flexibility to choose the method of running user code best tailored to the host application.
The Microsoft Visual Studio Tools for Applications 2013 - Update 1 release enables the following two scenarios:
Provides an option to specify whether the VSTA customization project files will be auto-saved when the VS IDE loses focus.
Triggers a new event when a pending change to a VSTA customization project is committed.