ProjectRootElement.ImportGroups Property

Definition

Get a read-only collection of the child import groups, if any.

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

Property Value

All the child import groups in this project.

Applies to