SolutionBuild::LastBuildInfo Property

 

Gets the number of projects that failed to build.

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

property int LastBuildInfo {
	int get();
}

Property Value

Type: System::Int32

The number of projects that failed to build.

A return value of zero indicates a successful build. The value of LastBuildInfo is undefined when the value of the BuildState property is vsBuildStateNotStarted.

Return to top
Show: