ProjectRootElement.ItemGroupsReversed Property

Definition

Get a read-only collection of the child item groups, if any, in reverse order

public:
 property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectItemGroupElement ^> ^ ItemGroupsReversed { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectItemGroupElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemGroupElement> ItemGroupsReversed { get; }
member this.ItemGroupsReversed : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemGroupElement>
Public ReadOnly Property ItemGroupsReversed As ICollection(Of ProjectItemGroupElement)

Property Value

All the child item groups present in this project, starting with the last group.

Remarks

Does not include any item groups contained by Choose elements.

Applies to