IVsFileUpgrade Interface
Visual Studio 2015
Performs file upgrades as part of a project upgrade.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | UpgradeFile(String, String, Int32, IVsUpgradeLogger, Int32) | Upgrades a single file. |
![]() | UpgradeFile_CheckOnly(String, String, Int32, IVsUpgradeLogger, Int32) | Checks if a file requires upgrading but does not perform the upgrade. |
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:
