ProjectRootElement.CreatePropertyGroupElement Method
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.
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.