BuildEngineResult Struct
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.
This structure is used to return the result of the build and the target outputs.
public value class BuildEngineResult
C#
[System.Serializable]
public struct BuildEngineResult
[<System.Serializable>]
type BuildEngineResult = struct
Public Structure BuildEngineResult
- Inheritance
-
BuildEngineResult
- Attributes
Build |
The constructor takes the result of the build and a list of the target outputs per project |
Result |
Did the build pass or fail. True means the build succeeded, False means the build failed. |
Target |
Outputs of the targets per project. |
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
.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 |