ITargetResult.Items Property

Definition

The set of build items output by the target. These are ITaskItem's, so they have no item-type.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ Items { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
public Microsoft.Build.Framework.ITaskItem[] Items { get; }
member this.Items : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property Items As ITaskItem()

Property Value

The set of build items output by the target.

Remarks

ITaskItem's have no item-type.

Applies to