Share via


BatchFileContextActionResult(IReadOnlyList<Boolean>, Boolean) Constructor

Definition

Initializes a new instance of the BatchFileContextActionResult class.

public:
 BatchFileContextActionResult(System::Collections::Generic::IReadOnlyList<bool> ^ successProjects, bool success);
public BatchFileContextActionResult (System.Collections.Generic.IReadOnlyList<bool> successProjects, bool success);
new Microsoft.VisualStudio.Workspace.Build.BatchFileContextActionResult : System.Collections.Generic.IReadOnlyList<bool> * bool -> Microsoft.VisualStudio.Workspace.Build.BatchFileContextActionResult
Public Sub New (successProjects As IReadOnlyList(Of Boolean), success As Boolean)

Parameters

successProjects
IReadOnlyList<Boolean>

Collection of Success project status

success
Boolean

If overall result is success

Applies to