ProjectWhenElement.PropertyGroups Property

Definition

Get an enumerator over any child property groups

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

Property Value

All child property groups.

Applies to