SolutionBuild.LastBuildInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of projects that failed to build.
public:
property int LastBuildInfo { int get(); };
public:
property int LastBuildInfo { int get(); };
[System.Runtime.InteropServices.DispId(6)]
public int LastBuildInfo { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.LastBuildInfo : int
Public ReadOnly Property LastBuildInfo As Integer
Property Value
The number of projects that failed to build.
- Attributes
Remarks
A return value of zero indicates a successful build. The value of LastBuildInfo
is undefined when the value of the BuildState property is vsBuildStateNotStarted.