BuildProjectIncrementalResult(Boolean, Int32, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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