IVsSolutionEventsProjectUpgrade Interface

Definição

Fornece um método chamado após a atualização de um projeto.

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
Atributos

Comentários

Para obter mais informações sobre a atualização de projetos, consulte upgrading Project Items.

Métodos

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

Define um método para chamar após uma atualização de projeto.

Aplica-se a