BuildProjectIncrementalResult Class

Definition

Result provided for incremental build

public ref class BuildProjectIncrementalResult : Microsoft::VisualStudio::Workspace::IFileContextActionResult
[Windows::Foundation::Metadata::WebHostHidden]
class BuildProjectIncrementalResult : Microsoft::VisualStudio::Workspace::IFileContextActionResult
public class BuildProjectIncrementalResult : Microsoft.VisualStudio.Workspace.IFileContextActionResult
type BuildProjectIncrementalResult = class
    interface IFileContextActionResult
Public Class BuildProjectIncrementalResult
Implements IFileContextActionResult
Inheritance
BuildProjectIncrementalResult
Implements

Constructors

BuildProjectIncrementalResult(Boolean, Int32, Int32, Int32)

Initializes a new instance of the BuildProjectIncrementalResult class.

Properties

Failed

Number of projects that failed

IsSuccess

Gets a value indicating whether the action was successful.

Succeeded

Number of projects that succeeded

UpToDate

Number of projects that were up to date

Applies to