BuildableProjectCfgOpts 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.
Obsolete. Specifies buildable project configuration options.
This enumeration supports a bitwise combination of its member values.
public enum class BuildableProjectCfgOpts
C++/CX
public enum class BuildableProjectCfgOpts
enum BuildableProjectCfgOpts
[System.Flags]
public enum BuildableProjectCfgOpts
[<System.Flags>]
type BuildableProjectCfgOpts =
Public Enum BuildableProjectCfgOpts
- Inheritance
-
BuildableProjectCfgOpts
- Attributes
Name | Value | Description |
---|---|---|
Private | -65536 | Obsolete. |
Rebuild | 1 | Obsolete. |
BuildSelectionOnly | 2 | Obsolete. |
BuildActiveDocumentOnly | 4 | Obsolete. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |