_Solution.SolutionBuild Property

Definition

Gets the SolutionBuild object for the solution, which represents the root of the build automation model at the solution level.

public:
 property EnvDTE::SolutionBuild ^ SolutionBuild { EnvDTE::SolutionBuild ^ get(); };
public:
 property EnvDTE::SolutionBuild ^ SolutionBuild { EnvDTE::SolutionBuild ^ get(); };
[System.Runtime.InteropServices.DispId(38)]
public EnvDTE.SolutionBuild SolutionBuild { [System.Runtime.InteropServices.DispId(38)] get; }
[<System.Runtime.InteropServices.DispId(38)>]
[<get: System.Runtime.InteropServices.DispId(38)>]
member this.SolutionBuild : EnvDTE.SolutionBuild
Public ReadOnly Property SolutionBuild As SolutionBuild

Property Value

A SolutionBuild object.

Attributes

Applies to