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
CCL_CreateP2PReference | 2 | Option is to create a project-to-project reference for the class library. |
CCL_UseAnchorWebConfig | 1 | Use the anchor web configuration for the class library. |