This topic has not yet been rated - Rate this topic

IVsFileUpgrade Interface

Performs file upgrades as part of a project upgrade.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)

[GuidAttribute("5D2D55F2-E545-4301-9C22-52BC694CA76C")] 
[InterfaceTypeAttribute(1)] 
public interface IVsFileUpgrade
/** @attribute GuidAttribute("5D2D55F2-E545-4301-9C22-52BC694CA76C") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsFileUpgrade
GuidAttribute("5D2D55F2-E545-4301-9C22-52BC694CA76C") 
InterfaceTypeAttribute(1) 
public interface IVsFileUpgrade

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ