This topic has not yet been rated - Rate this topic

ConfigurationManager.DeleteConfigurationRow Method

Deletes a row of build configurations, such as for "Debug" or "Retail."

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
void DeleteConfigurationRow(
	string Name
)

Parameters

Name
Type: System.String

Required. The name of the project/project item configuration row to delete.

If any of the deleted Configuration objects were specified as part of any SolutionContext object, they are removed from there as well. DeleteConfigurationRow fails when trying to delete the last remaining configuration row.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.