Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |