SolutionBuild.LastBuildInfo Property

Gets the number of projects that failed to build.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property LastBuildInfo As Integer
int LastBuildInfo { get; }
property int LastBuildInfo {
    int get ();
}
abstract LastBuildInfo : int
function get LastBuildInfo () : int

Property Value

Type: System.Int32
The number of projects that failed to build.

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.

.NET Framework Security

See Also

Reference

SolutionBuild Interface

EnvDTE Namespace