ConfigurationManager.DeletePlatform(String) Method

Definition

Removes a column of platform configurations, such as "WinCE PalmSize."

public:
 void DeletePlatform(System::String ^ Name);
public:
 void DeletePlatform(Platform::String ^ Name);
void DeletePlatform(std::wstring const & Name);
[System.Runtime.InteropServices.DispId(10)]
public void DeletePlatform (string Name);
[<System.Runtime.InteropServices.DispId(10)>]
abstract member DeletePlatform : string -> unit
Public Sub DeletePlatform (Name As String)

Parameters

Name
String

Required. The name of the platform to delete.

Attributes

Remarks

DeletePlatform deletes all the Configuration objects for the specified platform. If any of the deleted Configuration objects were part of any SolutionContext, they are removed from it as well.

Applies to