ConfigurationManager.DeleteConfigurationRow Method
Deletes a row of build configurations, such as for "Debug" or "Retail."
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub DeleteConfigurationRow ( _
Name As String _
)
void DeleteConfigurationRow(
string Name
)
void DeleteConfigurationRow(
String^ Name
)
abstract DeleteConfigurationRow :
Name:string -> unit
function DeleteConfigurationRow(
Name : String
)
Parameters
Name
Type: System.StringRequired. The name of the project/project item configuration row to delete.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.