Engine.UnloadProject(Project) Method

Definition

Removes the reference to the specified Project from the Engine.

public:
 void UnloadProject(Microsoft::Build::BuildEngine::Project ^ project);
public void UnloadProject (Microsoft.Build.BuildEngine.Project project);
member this.UnloadProject : Microsoft.Build.BuildEngine.Project -> unit
Public Sub UnloadProject (project As Project)

Parameters

project
Project

The Project to remove from the Engine.

Applies to