ITargetResult Interface
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.
An interface representing results for a specific target
public interface class ITargetResult
public interface ITargetResult
type ITargetResult = interface
Public Interface ITargetResult
- Derived
Properties
Exception |
The exception generated when the target ran, if any. |
Items |
The set of build items output by the target. These are ITaskItem's, so they have no item-type. |
ResultCode |
The result code for the target run. |