ConfigurationManager::DeletePlatform Method (String^)

 

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

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void DeletePlatform(
	String^ Name
)

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.

Return to top
Show: