IVsSolutionEventsProjectUpgrade Interface
Provides a method called after the upgrade of a project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")> _
Public Interface IVsSolutionEventsProjectUpgrade
‘사용 방법
Dim instance As IVsSolutionEventsProjectUpgrade
[InterfaceTypeAttribute()]
[GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")]
public interface IVsSolutionEventsProjectUpgrade
[InterfaceTypeAttribute()]
[GuidAttribute(L"7B1D55C6-4F6A-4865-B9B3-1A696E233065")]
public interface class IVsSolutionEventsProjectUpgrade
public interface IVsSolutionEventsProjectUpgrade
Remarks
For more information about upgrading projects, see How to: Upgrade Project Items.