ConfigurationManager.DeletePlatform(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.
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.