ProjectRootElement.AddImportGroup 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: Creates an import group at the end of the project.
public:
Microsoft::Build::Construction::ProjectImportGroupElement ^ AddImportGroup();
public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup ();
member this.AddImportGroup : unit -> Microsoft.Build.Construction.ProjectImportGroupElement
Public Function AddImportGroup () As ProjectImportGroupElement
Returns
The import group created at the end of this project.
Remarks
This convenience method picks a location in the MSBuild DOM based on a heuristic.