ProjectRootElement.CreatePropertyGroupElement Method

Definition

Creates a property group. Caller must add it to the location of choice in the project.

public:
 Microsoft::Build::Construction::ProjectPropertyGroupElement ^ CreatePropertyGroupElement();
public Microsoft.Build.Construction.ProjectPropertyGroupElement CreatePropertyGroupElement ();
member this.CreatePropertyGroupElement : unit -> Microsoft.Build.Construction.ProjectPropertyGroupElement
Public Function CreatePropertyGroupElement () As ProjectPropertyGroupElement

Returns

The property group.

Remarks

Caller must add the property group to the location of choice in the project.

Applies to