ITargetResult Interface

Definition

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.

Applies to