TargetResult.Items Property

Definition

Returns the items produced 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; }
public Microsoft.Build.Framework.ITaskItem[] Items { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Items : Microsoft.Build.Framework.ITaskItem[]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Items : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property Items As ITaskItem()

Property Value

The items produced by the target.

Implements

Attributes

Remarks

An ITaskItem has no item-type.

Applies to