Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a solution configuration.
Inheritance Hierarchy
System.Object
Microsoft.Build.Construction.SolutionConfigurationInSolution
Namespace: Microsoft.Build.Construction
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public NotInheritable Class SolutionConfigurationInSolution
public sealed class SolutionConfigurationInSolution
public ref class SolutionConfigurationInSolution sealed
[<Sealed>]
type SolutionConfigurationInSolution = class end
public final class SolutionConfigurationInSolution
The SolutionConfigurationInSolution type exposes the following members.
Properties
| 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". |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Remarks
Introduced in Visual Studio 2015.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)