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
'Usage
Dim instance As SolutionBuild
Dim value As Integer
value = instance.LastBuildInfo
int LastBuildInfo { get; }
property int LastBuildInfo {
int 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.