TargetResult Class

Definition

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.

Applies to