BatchFileContextActionResult(IReadOnlyList<Boolean>, Boolean) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
如果总体结果成功