ConfigurationManager.DeleteConfigurationRow(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a row of build configurations, such as for "Debug" or "Retail."
public:
void DeleteConfigurationRow(System::String ^ Name);
public:
void DeleteConfigurationRow(Platform::String ^ Name);
void DeleteConfigurationRow(std::wstring const & Name);
[System.Runtime.InteropServices.DispId(6)]
public void DeleteConfigurationRow (string Name);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member DeleteConfigurationRow : string -> unit
Public Sub DeleteConfigurationRow (Name As String)
Parameters
- Name
- String
Required. The name of the project/project item configuration row to delete.
- Attributes
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.