Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides a method called after the upgrade of a project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSolutionEventsProjectUpgrade
[GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")]
[InterfaceTypeAttribute()]
public interface IVsSolutionEventsProjectUpgrade
[GuidAttribute(L"7B1D55C6-4F6A-4865-B9B3-1A696E233065")]
[InterfaceTypeAttribute()]
public interface class IVsSolutionEventsProjectUpgrade
[<GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")>]
[<InterfaceTypeAttribute()>]
type IVsSolutionEventsProjectUpgrade = interface end
public interface IVsSolutionEventsProjectUpgrade
The IVsSolutionEventsProjectUpgrade type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
OnAfterUpgradeProject | Defines a method to call after a project upgrade. |
Top
Remarks
For more information about upgrading projects, see How to: Upgrade Project Items.
.gif)