Project.AddNewItemGroup 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 <ItemGroup> element to the project, and returns the corresponding BuildItemGroup object which can then be populated with items or anything else that might belong inside an <ItemGroup>.
public:
Microsoft::Build::BuildEngine::BuildItemGroup ^ AddNewItemGroup();
public Microsoft.Build.BuildEngine.BuildItemGroup AddNewItemGroup ();
member this.AddNewItemGroup : unit -> Microsoft.Build.BuildEngine.BuildItemGroup
Public Function AddNewItemGroup () As BuildItemGroup