Share via


BuildProjectIncrementalResult(Boolean, Int32, Int32, Int32) Constructor

Definition

Initializes a new instance of the BuildProjectIncrementalResult class.

public:
 BuildProjectIncrementalResult(bool isSuccess, int succeeded, int failed, int upToDate);
public:
 BuildProjectIncrementalResult(bool isSuccess, int succeeded, int failed, int upToDate);
 BuildProjectIncrementalResult(bool isSuccess, int succeeded, int failed, int upToDate);
public BuildProjectIncrementalResult (bool isSuccess, int succeeded, int failed, int upToDate);
new Microsoft.VisualStudio.Workspace.Build.BuildProjectIncrementalResult : bool * int * int * int -> Microsoft.VisualStudio.Workspace.Build.BuildProjectIncrementalResult
Public Sub New (isSuccess As Boolean, succeeded As Integer, failed As Integer, upToDate As Integer)

Parameters

isSuccess
Boolean

If overall success

succeeded
Int32

Number of projects that succeeded

failed
Int32

Number of projects that failed

upToDate
Int32

Number of projects that were up to date

Applies to