IVsSolutionEventsProjectUpgrade Schnittstelle

Definition

Stellt eine Methode bereit, die nach dem Upgrade eines Projekts aufgerufen wird.

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
Attribute

Hinweise

Weitere Informationen zum Aktualisieren von Projekten finden Sie unter Aktualisieren von Projekt Elementen.

Methoden

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

Definiert eine Methode, die nach einem Projektupgrade aufrufen wird.

Gilt für