ProjectOtherwiseElement.ItemGroups Property

Definition

Get an enumerator over any child item groups

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

Property Value

All child item groups.

Applies to