Udostępnij za pośrednictwem


Interfejs IVsSolutionEventsProjectUpgrade

 

Data opublikowania: sierpień 2016

Zapewnia metodę o nazwie po uaktualnieniu projektu.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.8.0 (w Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Składnia

[GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")]
[InterfaceTypeAttribute(1)]
public interface IVsSolutionEventsProjectUpgrade
[GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")]
[InterfaceTypeAttribute(1)]
public interface class IVsSolutionEventsProjectUpgrade
[<GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")>]
[<InterfaceTypeAttribute(1)>]
type IVsSolutionEventsProjectUpgrade = interface end
<GuidAttribute("7B1D55C6-4F6A-4865-B9B3-1A696E233065")>
<InterfaceTypeAttribute(1)>
Public Interface IVsSolutionEventsProjectUpgrade

Metody

Nazwa Opis
System_CAPS_pubmethod OnAfterUpgradeProject(IVsHierarchy, UInt32, String, SYSTEMTIME, IVsUpgradeLogger)

Definiuje metodę do wywołania po uaktualnieniu projektu.

Uwagi

Aby uzyskać więcej informacji o uaktualnianiu projektów, zobacz Uaktualnianie elementy projektu.

Zobacz też

Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku