ProjectRootElement.PropertyGroupsReversed 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 property groups, if any, in reverse order
public:
property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectPropertyGroupElement ^> ^ PropertyGroupsReversed { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectPropertyGroupElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> PropertyGroupsReversed { get; }
member this.PropertyGroupsReversed : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement>
Public ReadOnly Property PropertyGroupsReversed As ICollection(Of ProjectPropertyGroupElement)
Property Value
All the child property groups present in this project, starting with the last group.
Remarks
Does not include any item groups contained by Choose elements.