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

'Declaration
<GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSolutionEventsProjectUpgrade
'Usage
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
public interface IVsSolutionEventsProjectUpgrade

Remarks

For more information about upgrading projects, see How to: Upgrade Project Items.

See Also

Reference

IVsSolutionEventsProjectUpgrade Members

Microsoft.VisualStudio.Shell.Interop Namespace