VCProject::RemovePlatform Method (Object^)

 

Removes a platform from the current project (not enabled for Visual C++).

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

void RemovePlatform(
	Object^ Platform
)

Parameters

Platform
Type: System::Object^

Required. The platform to remove.

Return to top
Show: