0 out of 3 rated this helpful - Rate this topic

Configuration Interface

Represents a project or project item's build configuration dependent properties.

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

[GuidAttribute("90813589-FE21-4AA4-A2E5-053FD274E980")] 
public interface Configuration
/** @attribute GuidAttribute("90813589-FE21-4AA4-A2E5-053FD274E980") */ 
public interface Configuration
GuidAttribute("90813589-FE21-4AA4-A2E5-053FD274E980") 
public interface Configuration

Project(Item).Properties has configuration-independent properties.

Each Configuration object represents the properties for a project configuration and platform name pair, such as ("Debug", "Win32") or ("Release", "Win32"). For most projects the platform is either non-existent, "Win32," or "WSP."

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement