Share via


ResolveProjectBase.GetProjectElement Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Retrieves the XML element representing the given project.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Protected Function GetProjectElement ( _
    projectRef As ITaskItem _
) As XmlElement
protected XmlElement GetProjectElement(
    ITaskItem projectRef
)
protected:
XmlElement^ GetProjectElement(
    ITaskItem^ projectRef
)
member GetProjectElement : 
        projectRef:ITaskItem -> XmlElement
protected function GetProjectElement(
    projectRef : ITaskItem
) : XmlElement

Parameters

Return Value

Type: XmlElement
Returns the project element.

.NET Framework Security

See Also

Reference

ResolveProjectBase Class

Microsoft.Build.Tasks Namespace