__VSADDVPFLAGS2 Enum

Definition

Determines whether to add a new virtual project to the Project window.

This enumeration supports a bitwise combination of its member values.

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

Fields

ADDVP_ReloadOnProjectFileChanged 128

Reload the project when the project file changes.

Remarks

Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.

Applies to