BatchFileContextActionResult(IReadOnlyList<Boolean>, Boolean) 构造函数

定义

初始化 BatchFileContextActionResult 类的新实例。

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)

参数

successProjects
IReadOnlyList<Boolean>

成功项目状态的集合

success
Boolean

如果总体结果成功

适用于