ProjectRootElement.ItemDefinitionGroups 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 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.