SolutionBuild.LastBuildInfo Property

Definition

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.

Applies to