SolutionConfiguration2::PlatformName Property

 

Gets the target platform CPU for configuration.

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

property String^ PlatformName {
	String^ get();
}

Property Value

Type: System::String^

The name of the CPU platform.

This example displays the active solution configuration item's CPU platform name for the first item. Open a project in the Visual Studio integrated development environment (IDE) before running this example.

No code example is currently available or this language may not be supported.
Return to top
Show: