IVsProjectFlavorUpgradeViaFactory2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |