IVsProjectUpgradeViaFactory4 Interface
Visual Studio 2015
Upgrades the project using the project factory. Used by the solution before opening the project. This interface must be available through querying the project factory
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | UpgradeProject_CheckOnly(String, IVsUpgradeLogger, UInt32, Guid, UInt32) | Checks to see if a project needs to be upgraded. |
This interface is optional, but is recommended for all projects to support the new upgrade method. This interface provides support for projects to return specialized upgrade options. The user can choose which projects to upgrade using the compatibility dialog.
Show:
