Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.