ProjectRootElement.CreateProjectExtensionsElement 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 a project extensions node. Caller must add it to the location of choice in the project.
public:
Microsoft::Build::Construction::ProjectExtensionsElement ^ CreateProjectExtensionsElement();
public Microsoft.Build.Construction.ProjectExtensionsElement CreateProjectExtensionsElement ();
member this.CreateProjectExtensionsElement : unit -> Microsoft.Build.Construction.ProjectExtensionsElement
Public Function CreateProjectExtensionsElement () As ProjectExtensionsElement
Returns
The ProjectExtensions element.
Remarks
Caller must add the ProjectExtensions element to the location of choice in the project.