IVsProjectFlavorUpgradeViaFactory2 Interface

Allows a project factory of a Project Flavor to participate in the upgrade process of a flavored base project.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
<GuidAttribute("9B790CC4-A83D-4D55-B89D-C3DED06E8D31")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsProjectFlavorUpgradeViaFactory2
[GuidAttribute("9B790CC4-A83D-4D55-B89D-C3DED06E8D31")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectFlavorUpgradeViaFactory2
[GuidAttribute(L"9B790CC4-A83D-4D55-B89D-C3DED06E8D31")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsProjectFlavorUpgradeViaFactory2
[<GuidAttribute("9B790CC4-A83D-4D55-B89D-C3DED06E8D31")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectFlavorUpgradeViaFactory2 =  interface end
public interface IVsProjectFlavorUpgradeViaFactory2

The IVsProjectFlavorUpgradeViaFactory2 type exposes the following members.

Methods

  Name Description
Public method UpgradeProjectFlavor_CheckOnly Checks if a flavored project upgrade is possible.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace