TargetResult Class
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.
Contains the result items for a single target as well as the overall result code.
public ref class TargetResult : Microsoft::Build::Execution::ITargetResult
public class TargetResult : Microsoft.Build.Execution.ITargetResult
type TargetResult = class
interface ITargetResult
Public Class TargetResult
Implements ITargetResult
- Inheritance
-
TargetResult
- Implements
Properties
Exception |
Returns the exception which aborted this target, if any. |
Items |
Returns the items produced by the target. These are ITaskItem's, so they have no item-type. |
ResultCode |
Returns the result code for the target. |