IVsSolutionEventsProjectUpgrade 接口
提供在项目的升级后调用的方法。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)
语法
声明
<GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSolutionEventsProjectUpgrade
[GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")]
[InterfaceTypeAttribute()]
public interface IVsSolutionEventsProjectUpgrade
IVsSolutionEventsProjectUpgrade 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
OnAfterUpgradeProject | 定义方法调用,在项目升级之后。 |
页首
备注
有关升级项目的更多信息,请参见 如何:升级项目项。