IVsSolutionEventsProjectUpgrade Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |