PluginTargetResult Struct
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.
A cache hit can use this to instruct MSBuild to construct a BuildResult with the target result specified in this type.
public value class PluginTargetResult
public readonly struct PluginTargetResult
type PluginTargetResult = struct
Public Structure PluginTargetResult
- Inheritance
-
PluginTargetResult
Constructors
| PluginTargetResult(String, IReadOnlyCollection<ITaskItem2>, BuildResultCode) |
Properties
| ResultCode | |
| TargetName | |
| TaskItems |