ConfigurationManager::DeletePlatform Method (String^)
Visual Studio 2015
Removes a column of platform configurations, such as "WinCE PalmSize."
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- Name
-
Type:
System::String^
Required. The name of the platform to delete.
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.
Show: