Project.CreateProjectInstance Method (ProjectInstanceSettings)
Creates a project instance based on this project, but completely disconnected from it.
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.Evaluation
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public Function CreateProjectInstance ( _
settings As ProjectInstanceSettings _
) As ProjectInstance
public ProjectInstance CreateProjectInstance(
ProjectInstanceSettings settings
)
public:
ProjectInstance^ CreateProjectInstance(
ProjectInstanceSettings settings
)
member CreateProjectInstance :
settings:ProjectInstanceSettings -> ProjectInstance
public function CreateProjectInstance(
settings : ProjectInstanceSettings
) : ProjectInstance
Parameters
settings
Type: Microsoft.Build.Execution.ProjectInstanceSettingsDetermines whether created project instance is immutable and whether it contains a look up table to improve performance.
Return Value
Type: Microsoft.Build.Execution.ProjectInstance
Returns the project instance.
Remarks
Can be used to build independently. The original project is evaluated before creating the instance, if necessary, so that the original project is marked as unmodified.
.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.