ProjectRootElement.ItemDefinitionGroupsReversed Property

Definition

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

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

Property Value

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

Applies to