__VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS Enumeration

Specifies the upgrade process of a flavored project.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS
[FlagsAttribute]
public enum __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS
[FlagsAttribute]
public enum class __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS
[<FlagsAttribute>]
type __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS
public enum __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS

Members

Member name Description
VSPUVF_PROJECT_DEPRECATED No upgrade occurs because the version of the project is no longer supported.
VSPUVF_PROJECT_INCOMPATIBLE No upgrade occurs because the version of the project is incompatible.
VSPUVF_PROJECT_NOREPAIR No upgrade occurs because the project is already up to date.
VSPUVF_PROJECT_ONEWAYUPGRADE A full upgrade occurs that makes the project incompatible with the previous version of the product.
VSPUVF_PROJECT_SAFEREPAIR The upgrade is not a real full upgrade but merely a repair to make the project asset compatible without the risk of issues being encountered by the previous versions of the product.
VSPUVF_PROJECT_UNSAFEREPAIR The upgrade is not a full upgrade, but also has a risk of issues being encountered by the newer or previous version of the product (for example, if a newer dependent SDK is not currently installed).

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace