tagCreateClassLibFlags 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.
Represents options for creating class libraries.
This enumeration supports a bitwise combination of its member values.
public enum class tagCreateClassLibFlags
C++/CX
public enum class tagCreateClassLibFlags
enum tagCreateClassLibFlags
[System.Flags]
public enum tagCreateClassLibFlags
[<System.Flags>]
type tagCreateClassLibFlags =
Public Enum tagCreateClassLibFlags
- Inheritance
-
tagCreateClassLibFlags
- Attributes
Name | Value | Description |
---|---|---|
CCL_UseAnchorWebConfig | 1 | Use the anchor web configuration for the class library. |
CCL_CreateP2PReference | 2 | Option is to create a project-to-project reference for the class library. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |