ProjectRootElement.CreateImportGroupElement Method

Definition

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.

Applies to