BatchFileContextActionResult(IReadOnlyList<Boolean>, Boolean) 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 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