TargetResult.Items Property
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.
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.