vsConfigurationType Enumeration

Represents the type of build configuration.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("612256BD-7BA2-45C4-B60F-7B2AE42F96C3")> _
Public Enumeration vsConfigurationType
[GuidAttribute("612256BD-7BA2-45C4-B60F-7B2AE42F96C3")]
public enum vsConfigurationType
[GuidAttribute(L"612256BD-7BA2-45C4-B60F-7B2AE42F96C3")]
public enum class vsConfigurationType
[<GuidAttribute("612256BD-7BA2-45C4-B60F-7B2AE42F96C3")>]
type vsConfigurationType
public enum vsConfigurationType

Members

Member name Description
vsConfigurationTypeProject A project configuration
vsConfigurationTypeProjectItem A project item configuration

See Also

Reference

EnvDTE Namespace