Share via


Engine.GetLoadedProject(String) Method

Definition

Retrieves the project object for the specified project file full path, if it has been loaded by this Engine. Returns null if this project is unknown to us.

public:
 Microsoft::Build::BuildEngine::Project ^ GetLoadedProject(System::String ^ projectFullFileName);
public Microsoft.Build.BuildEngine.Project GetLoadedProject (string projectFullFileName);
member this.GetLoadedProject : string -> Microsoft.Build.BuildEngine.Project
Public Function GetLoadedProject (projectFullFileName As String) As Project

Parameters

projectFullFileName
String

Returns

The project object associated with this engine that matches the full path.

Applies to