ConfigurationManager Members
Include Protected Members
Include Inherited Members
Represents a matrix of Configuration objects, one for each combination of configuration name and platform name.
The ConfigurationManager type exposes the following members.
Methods
Name
Description
Creates a new project or project item configuration row based on the Configuration object of an existing project or project item configuration row.
Creates build settings for a new operating system platform based on the Configuration object of an existing platform.
Returns a collection of items representing build configurations for one configuration name, such as "Debug" or "Retail."
Deletes a row of build configurations, such as for "Debug" or "Retail."
Removes a column of platform configurations, such as "WinCE PalmSize."
Overloaded.
Returns a Configuration object of a ConfigurationManager collection.
Returns the Configurations for this configuration.
Top
Properties
Name
Description
Gets the current solution configuration that will be used if a solution build operation occurs.
Gets an array of all defined configuration names for the project or project item.
Gets a value indicating the number of objects in the collection.
Gets the top-level extensibility object.
Gets the immediate parent object of a ConfigurationManager object.
Gets a list of all available platforms.
Gets a list of platform names that can be added to this project and which may be added to create build configurations.
Top