ProjectRootElement.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.
Get a read-only collection of the child items, if any, in all item groups anywhere in the project file. Not restricted to root item groups: traverses through Choose elements.
public:
property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectItemElement ^> ^ Items { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectItemElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemElement> Items { get; }
member this.Items : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemElement>
Public ReadOnly Property Items As ICollection(Of ProjectItemElement)
Property Value
All child items in this project, even if they are contained by Choose elements.