tagCreateClassLibFlags Enum
Definition
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
public enum class tagCreateClassLibFlags
enum tagCreateClassLibFlags
[System.Flags]
public enum tagCreateClassLibFlags
[<System.Flags>]
type tagCreateClassLibFlags =
Public Enum tagCreateClassLibFlags
- Inheritance
-
tagCreateClassLibFlags
- Attributes
Fields
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. |