Configurations Interface
Visual Studio 2015
Contains a set of Configuration objects. Each collection represents a row of Configuration objects for a given configuration name and for each platform, or a column of each Configuration object for a given platform name, one for each configuration name.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | Gets an enumerator for items in the collection. |
![]() | Item(Object^) | Returns a Configuration object in a Configurations collection. |
Each Configuration object represents the properties for a project configuration name and platform name taken together. For most projects the platform is either nonexistent, "Win32," or "WSP."
Reference this collection by using EnvDTE.Project.ConfigurationManager.Configurations.
Show:

