Project.RemoveItemGroup(BuildItemGroup) 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 <ItemGroup> from the main project file.
public:
void RemoveItemGroup(Microsoft::Build::BuildEngine::BuildItemGroup ^ itemGroupToRemove);
public void RemoveItemGroup (Microsoft.Build.BuildEngine.BuildItemGroup itemGroupToRemove);
member this.RemoveItemGroup : Microsoft.Build.BuildEngine.BuildItemGroup -> unit
Public Sub RemoveItemGroup (itemGroupToRemove As BuildItemGroup)
Parameters
- itemGroupToRemove
- BuildItemGroup