ITargetResult.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.
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.