VCProject::AddPlatform Method (String^)
Visual Studio 2015
Adds a platform to the current project (not enabled for Visual C++).
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- PlatformName
-
Type:
System::String^
Required. The platform name.
For Visual C++, only the Win32 platform, which is part of every project, is supported.
The Platforms property returns the platforms for which this project can be built.
Show: