Project.RemovePropertyGroup(BuildPropertyGroup) 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.
Removes a <PropertyGroup> from the main project file.
public:
void RemovePropertyGroup(Microsoft::Build::BuildEngine::BuildPropertyGroup ^ propertyGroupToRemove);
public void RemovePropertyGroup (Microsoft.Build.BuildEngine.BuildPropertyGroup propertyGroupToRemove);
member this.RemovePropertyGroup : Microsoft.Build.BuildEngine.BuildPropertyGroup -> unit
Public Sub RemovePropertyGroup (propertyGroupToRemove As BuildPropertyGroup)
Parameters
- propertyGroupToRemove
- BuildPropertyGroup