IVsSolutionEventsProjectUpgrade Interface

Definition

Provides a method called after the upgrade of a project.

public interface class IVsSolutionEventsProjectUpgrade
public interface class IVsSolutionEventsProjectUpgrade
__interface IVsSolutionEventsProjectUpgrade
[System.Runtime.InteropServices.Guid("7B1D55C6-4F6A-4865-B9B3-1A696E233065")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSolutionEventsProjectUpgrade
[<System.Runtime.InteropServices.Guid("7B1D55C6-4F6A-4865-B9B3-1A696E233065")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSolutionEventsProjectUpgrade = interface
Public Interface IVsSolutionEventsProjectUpgrade
Attributes

Remarks

For more information about upgrading projects, see Upgrading Project Items.

Methods

OnAfterUpgradeProject(IVsHierarchy, UInt32, String, SYSTEMTIME, IVsUpgradeLogger)

Defines a method to call after a project upgrade.

Applies to