VCProject::AddPlatform Method (String^)

 

Adds a platform to the current project (not enabled for Visual C++).

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

void AddPlatform(
	String^ PlatformName
)

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.

Return to top
Show: