ProjectRootElement.CreateItemDefinitionGroupElement Method

Definition

Creates an item definition group. Caller must add it to the location of choice in the project.

public:
 Microsoft::Build::Construction::ProjectItemDefinitionGroupElement ^ CreateItemDefinitionGroupElement();
public Microsoft.Build.Construction.ProjectItemDefinitionGroupElement CreateItemDefinitionGroupElement ();
member this.CreateItemDefinitionGroupElement : unit -> Microsoft.Build.Construction.ProjectItemDefinitionGroupElement
Public Function CreateItemDefinitionGroupElement () As ProjectItemDefinitionGroupElement

Returns

The item definition group.

Remarks

Caller must add the item definition group to the location of choice in the project.

Applies to