英語で読む

次の方法で共有


__VSADDVPFLAGS Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class __VSADDVPFLAGS
Inheritance
__VSADDVPFLAGS
Attributes

Fields

Name Value Description
ADDVP_AddToProjectWindow 1

Add the virtual project to the Solution Explorer window hierarchy.

ADDVP_ExcludeFromBuild 2

Exclude the virtual project from the build.

ADDVP_ExcludeFromDebugLaunch 4

Exclude the virtual project from debugging.

ADDVP_ExcludeFromDeploy 8

Exclude the virtual project from deployment of the project.

ADDVP_ExcludeFromSCC 16

Exclude items within the virtual project from source code control.

ADDVP_ExcludeFromEnumOutputs 32

Exclude the virtual project from enumeration output groups.

ADDVP_ExcludeFromCfgUI 64

Exclude the virtual project from the configuration UI.

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022