ProjectRootElement.CreateItemGroupElement Method

Definition

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.

Applies to