Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.