__VSUPGRADEPROJFLAGS Enumeration
Used in UpgradeProject calls.
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 (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSUPGRADEPROJFLAGS
[FlagsAttribute]
public enum __VSUPGRADEPROJFLAGS
[FlagsAttribute]
public enum class __VSUPGRADEPROJFLAGS
[<FlagsAttribute>]
type __VSUPGRADEPROJFLAGS
public enum __VSUPGRADEPROJFLAGS
Members
Member name | Description | |
---|---|---|
UPF_SILENTMIGRATE | 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: