IVsSolutionEventsProjectUpgrade Интерфейс

Определение

Предоставляет метод, который вызывается после обновления проекта.

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
Атрибуты

Комментарии

Дополнительные сведения об обновлении проектов см. в разделе Обновление элементов проекта.

Методы

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

Определяет метод, вызываемый после обновления проекта.

Применяется к