IVsFileUpgrade2 Interface
Visual Studio 2015
Performs file upgrades for specified versions as part of a project upgrade.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | UpgradeFile(String, String, Int32, IVsUpgradeLogger, UInt16, UInt16, UInt16, UInt16, Int32) | Upgrade project with a specified file. |
![]() | UpgradeFile_CheckOnly(String, String, Int32, IVsUpgradeLogger, UInt16, UInt16, UInt16, UInt16, Int32) | Check if a specified tool can be upgraded. |
Your project should iterate through files in the project, identifying files to upgrade. It should check those files out of the source code control system, if necessary, and then upgrade the files.
Show:
