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