ProjectRootElement.ImportGroupsReversed Property

Definition

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

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

Property Value

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

Applies to