__VSUPGRADEPROJFLAGS Enum
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.
Used in UpgradeProject(UInt32) calls.
This enumeration supports a bitwise combination of its member values.
public enum class __VSUPGRADEPROJFLAGS
C++/CX
public enum class __VSUPGRADEPROJFLAGS
enum __VSUPGRADEPROJFLAGS
[System.Flags]
public enum __VSUPGRADEPROJFLAGS
[<System.Flags>]
type __VSUPGRADEPROJFLAGS =
Public Enum __VSUPGRADEPROJFLAGS
- Inheritance
-
__VSUPGRADEPROJFLAGS
- Attributes
Name | Value | Description |
---|---|---|
UPF_SILENTMIGRATE | 1 | The user has already been prompted for solution migration, so do not prompt again. This flag will not be passed if the project is opened without an associated solution file. |
From vsshell2.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |