SolutionConfigurationInSolution Class
Visual Studio 2015
Represents a solution configuration.
Assembly: Microsoft.Build (in Microsoft.Build.dll)
| Name | Description | |
|---|---|---|
![]() | ConfigurationName | Gets the configuration part of this configuration, for example "Debug", "Release". |
![]() | FullName | Gets the full name of this configuration, for example "Debug|Any CPU". |
![]() | PlatformName | Gets the platform part of this configuration, for example "Any CPU", "Win32". |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Introduced in Visual Studio 2015.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

