Represents options for creating class libraries.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration tagCreateClassLibFlags
[FlagsAttribute]
public enum tagCreateClassLibFlags
[FlagsAttribute]
public enum class tagCreateClassLibFlags
[<FlagsAttribute>]
type tagCreateClassLibFlags
public enum tagCreateClassLibFlags
Members
| Member name | Description | |
|---|---|---|
| CCL_CreateP2PReference | Option is to create a project-to-project reference for the class library. | |
| CCL_UseAnchorWebConfig | Use the anchor web configuration for the class library. |