ProjectTargetElement.AddItemGroup 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.
Convenience method that picks a location based on a heuristic: Adds an item group after the last child.
public:
Microsoft::Build::Construction::ProjectItemGroupElement ^ AddItemGroup();
public Microsoft.Build.Construction.ProjectItemGroupElement AddItemGroup ();
member this.AddItemGroup : unit -> Microsoft.Build.Construction.ProjectItemGroupElement
Public Function AddItemGroup () As ProjectItemGroupElement
Returns
The added item group.
Remarks
Convenience method that picks a location based on a heuristic.