ProjectRootElement.PropertyGroupsReversed Property

Definition

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.

Applies to