IVstaUpgradeHelper Members
Include Protected Members
Include Inherited Members
Defines methods and properties to use to upgrade a Visual Studio 2005 Tools for Applications add-in project to Microsoft Visual Studio Tools for Applications 2.0.
The IVstaUpgradeHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
UpdateBaseType | Returns the new base proxy class and base Visual Studio Tools for Applications runtime interface that correspond to the old proxy base class. |
Top
Properties
Name | Description | |
---|---|---|
AddedReferences | Gets a list of references that were added to the add-in project to convert the project to Microsoft Visual Studio Tools for Applications 2.0. | |
DebugInfoCommandLine | Gets the parameters to pass to the application that is started when debugging starts. | |
DebugInfoExeName | Gets the path of the application to run when debugging starts. | |
IconImageList | Gets the path of a bitmap or DLL resource that defines the list of icons for the host application. | |
InProcessHostGuid | Gets the Guid of the in-process host. | |
RemovedReferences | Gets a list of references that were removed from the add-in project to convert the project to Microsoft Visual Studio Tools for Applications 2.0. | |
TemplatesPath | Gets the path of new Microsoft Visual Studio Tools for Applications 2.0 item templates. |
Top
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace