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)
Syntax
'Dichiarazione
<InterfaceTypeAttribute()> _
<GuidAttribute("5D2D55F2-E545-4301-9C22-52BC694CA76C")> _
Public Interface IVsFileUpgrade
'Utilizzo
Dim instance As IVsFileUpgrade
[InterfaceTypeAttribute()]
[GuidAttribute("5D2D55F2-E545-4301-9C22-52BC694CA76C")]
public interface IVsFileUpgrade
[InterfaceTypeAttribute()]
[GuidAttribute(L"5D2D55F2-E545-4301-9C22-52BC694CA76C")]
public interface class IVsFileUpgrade
public interface IVsFileUpgrade
Remarks
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.