ProjectRootElement.ItemGroups 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 over the child item groups, if any. Does not include any that may not be at the root, i.e. inside Choose elements.
public:
property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectItemGroupElement ^> ^ ItemGroups { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectItemGroupElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemGroupElement> ItemGroups { get; }
member this.ItemGroups : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemGroupElement>
Public ReadOnly Property ItemGroups As ICollection(Of ProjectItemGroupElement)
Property Value
All the child item groups in this project.
Remarks
Does not include any item groups contained by Choose elements.