共用方式為


SolutionConfigurationInSolution Class

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
Public property ConfigurationName Gets the configuration part of this configuration, for example "Debug", "Release".
Public property FullName Gets the full name of this configuration, for example "Debug|Any CPU".
Public property PlatformName Gets the platform part of this configuration, for example "Any CPU", "Win32".

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Build.Construction Namespace