Share via


ProjectInstance Constructor (String)

Creates a new project instance and initializes it from the given project file, using the default project collection.

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

Syntax

'Declaration
Public Sub New ( _
    projectFile As String _
)
public ProjectInstance(
    string projectFile
)
public:
ProjectInstance(
    String^ projectFile
)
new : 
        projectFile:string -> ProjectInstance
public function ProjectInstance(
    projectFile : String
)

Parameters

Remarks

No intermediate Project object is created. This is useful if a project is going to be built, but not displayed or edited.

.NET Framework Security

See Also

Reference

ProjectInstance Class

ProjectInstance Overload

Microsoft.Build.Execution Namespace