ProjectRootElement.CreateItemGroupElement 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.
Creates an item group. Caller must add it to the location of choice in the project.
public:
Microsoft::Build::Construction::ProjectItemGroupElement ^ CreateItemGroupElement();
public Microsoft.Build.Construction.ProjectItemGroupElement CreateItemGroupElement ();
member this.CreateItemGroupElement : unit -> Microsoft.Build.Construction.ProjectItemGroupElement
Public Function CreateItemGroupElement () As ProjectItemGroupElement
Returns
The item group.
Remarks
Caller must add the item group to the location of choice in the project.