Click to Rate and Give Feedback
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio Automation and Extensibility Reference
Configuration Interface

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

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

Visual Basic (Declaration)
<GuidAttribute("90813589-FE21-4AA4-A2E5-053FD274E980")> _
Public Interface Configuration
Visual Basic (Usage)
Dim instance As Configuration
C#
[GuidAttribute("90813589-FE21-4AA4-A2E5-053FD274E980")] 
public interface Configuration
C++
[GuidAttribute(L"90813589-FE21-4AA4-A2E5-053FD274E980")] 
public interface class Configuration
J#
/** @attribute GuidAttribute("90813589-FE21-4AA4-A2E5-053FD274E980") */ 
public interface Configuration
JScript
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."

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker