See Also: ITaskItem Members
The number of Microsoft.Build.Framework.ITaskItem objects created during a build may not correspond exactly to items declared in a project file for the following reasons:
Tasks sometimes create items that were not declared in the project file.
An item collection can be declared in the project file with wildcards, which could create many items when built.