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