IVsProjectFlavorUpgradeViaFactory2 Interface

Definition

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

public interface class IVsProjectFlavorUpgradeViaFactory2
public interface class IVsProjectFlavorUpgradeViaFactory2
__interface IVsProjectFlavorUpgradeViaFactory2
[System.Runtime.InteropServices.Guid("9B790CC4-A83D-4D55-B89D-C3DED06E8D31")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectFlavorUpgradeViaFactory2
[<System.Runtime.InteropServices.Guid("9B790CC4-A83D-4D55-B89D-C3DED06E8D31")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectFlavorUpgradeViaFactory2 = interface
Public Interface IVsProjectFlavorUpgradeViaFactory2
Attributes

Methods

UpgradeProjectFlavor_CheckOnly(String, Object, String, String, IVsUpgradeLogger, UInt32, Guid)

Checks if a flavored project upgrade is possible.

Applies to