Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringA string representing the name of the file to load.
projectLoadSettings
Type: Microsoft.Build.BuildEngine.ProjectLoadSettingsA ProjectLoadSettings value that specifies the settings for the project being loaded.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.