SolutionContext::PlatformName Property

 

Gets the name of the platform supported by this assignment.

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

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

Property Value

Type: System::String^

A string representing the platform name supported by this assignment.

If the project supports no platforms, then PlatformName returns an empty string.

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