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
‘선언
<GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSolutionEventsProjectUpgrade
‘사용 방법
Dim instance As IVsSolutionEventsProjectUpgrade
[GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")]
[InterfaceTypeAttribute()]
public interface IVsSolutionEventsProjectUpgrade
[GuidAttribute(L"7B1D55C6-4F6A-4865-B9B3-1A696E233065")]
[InterfaceTypeAttribute()]
public interface class IVsSolutionEventsProjectUpgrade
[<GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")>]
[<InterfaceTypeAttribute()>]
type IVsSolutionEventsProjectUpgrade = interface end
public interface IVsSolutionEventsProjectUpgrade
Remarks
For more information about upgrading projects, see How to: Upgrade Project Items.