Share via


Project.Load Method (String, ProjectLoadSettings)

Reads the contents of this project from a project XML file on disk.

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

Syntax

'Declaration
Public Sub Load ( _
    projectFileName As String, _
    projectLoadSettings As ProjectLoadSettings _
)
public void Load(
    string projectFileName,
    ProjectLoadSettings projectLoadSettings
)
public:
void Load(
    String^ projectFileName, 
    ProjectLoadSettings projectLoadSettings
)
member Load : 
        projectFileName:string * 
        projectLoadSettings:ProjectLoadSettings -> unit
public function Load(
    projectFileName : String, 
    projectLoadSettings : ProjectLoadSettings
)

Parameters

  • projectFileName
    Type: System.String

    A string representing the name of the file to load.

.NET Framework Security

See Also

Reference

Project Class

Load Overload

Microsoft.Build.BuildEngine Namespace