Share via


Project.RemoveImportedPropertyGroup(BuildPropertyGroup) Method

Definition

Removes a <PropertyGroup> from the main project file.

public:
 void RemoveImportedPropertyGroup(Microsoft::Build::BuildEngine::BuildPropertyGroup ^ propertyGroupToRemove);
public void RemoveImportedPropertyGroup (Microsoft.Build.BuildEngine.BuildPropertyGroup propertyGroupToRemove);
member this.RemoveImportedPropertyGroup : Microsoft.Build.BuildEngine.BuildPropertyGroup -> unit
Public Sub RemoveImportedPropertyGroup (propertyGroupToRemove As BuildPropertyGroup)

Parameters

propertyGroupToRemove
BuildPropertyGroup

Applies to