ProjectRootElement.ItemDefinitionGroups Property

Definition

Get a read-only collection of the child item definition groups, if any

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

Property Value

All the child item definition groups in this project.

Applies to