__VSUPGRADEPROJFLAGS Enum

Definition

Used in UpgradeProject(UInt32) calls.

This enumeration supports a bitwise combination of its member values.

public enum class __VSUPGRADEPROJFLAGS
public enum class __VSUPGRADEPROJFLAGS
enum __VSUPGRADEPROJFLAGS
[System.Flags]
public enum __VSUPGRADEPROJFLAGS
[<System.Flags>]
type __VSUPGRADEPROJFLAGS = 
Public Enum __VSUPGRADEPROJFLAGS
Inheritance
__VSUPGRADEPROJFLAGS
Attributes

Fields

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.

Remarks

COM Signature

From vsshell2.idl:

Applies to