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.
Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)
[GuidAttribute("B6B4C8D6-4D27-43B9-B45C-52BD16B6BA38")]
public interface Configurations : IEnumerable
/** @attribute GuidAttribute("B6B4C8D6-4D27-43B9-B45C-52BD16B6BA38") */
public interface Configurations extends IEnumerable
GuidAttribute("B6B4C8D6-4D27-43B9-B45C-52BD16B6BA38")
public interface Configurations extends IEnumerable
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.