อ่านในภาษาอังกฤษ

แชร์ผ่าน


BuildEngineResult Struct

Definition

This structure is used to return the result of the build and the target outputs.

C#
[System.Serializable]
public struct BuildEngineResult
Inheritance
BuildEngineResult
Attributes

Constructors

BuildEngineResult(Boolean, List<IDictionary<String,ITaskItem[]>>)

The constructor takes the result of the build and a list of the target outputs per project

Properties

Result

Did the build pass or fail. True means the build succeeded, False means the build failed.

TargetOutputsPerProject

Outputs of the targets per project.

Applies to

ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1