Share via


ProjectFileConverter.ConvertInMemory Method (Engine)

Note: This API is now obsolete.

Creates a new project in memory from the OldProjectFile.

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.Conversion
Assembly:  Microsoft.Build.Conversion.Core (in Microsoft.Build.Conversion.Core.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use parameterless ConvertInMemory() method instead")> _
Public Function ConvertInMemory ( _
    engine As Engine _
) As Project
[ObsoleteAttribute("Use parameterless ConvertInMemory() method instead")]
public Project ConvertInMemory(
    Engine engine
)
[ObsoleteAttribute(L"Use parameterless ConvertInMemory() method instead")]
public:
Project^ ConvertInMemory(
    Engine^ engine
)
[<ObsoleteAttribute("Use parameterless ConvertInMemory() method instead")>]
member ConvertInMemory : 
        engine:Engine -> Project
public function ConvertInMemory(
    engine : Engine
) : Project

Parameters

Return Value

Type: Microsoft.Build.BuildEngine.Project
Returns the converted Project.

.NET Framework Security

See Also

Reference

ProjectFileConverter Class

ConvertInMemory Overload

Microsoft.Build.Conversion Namespace