ProjectRootElement.ItemGroupsReversed 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 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.