Project.AddNewPropertyGroup(Boolean) 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.
Adds a new <PropertyGroup> element to the project, and returns the corresponding BuildPropertyGroup object which can then be populated with properties.
public:
Microsoft::Build::BuildEngine::BuildPropertyGroup ^ AddNewPropertyGroup(bool insertAtEndOfProject);
public Microsoft.Build.BuildEngine.BuildPropertyGroup AddNewPropertyGroup (bool insertAtEndOfProject);
member this.AddNewPropertyGroup : bool -> Microsoft.Build.BuildEngine.BuildPropertyGroup
Public Function AddNewPropertyGroup (insertAtEndOfProject As Boolean) As BuildPropertyGroup
Parameters
- insertAtEndOfProject
- Boolean