Engine.GetLoadedProject(String) Method

Definition

Returns the Project object that is associated with the specified project file.

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

The fully qualified file path to the project file of the Project object.

Returns

The Project object that associated with the specified project file. If no Project object is associated with the specified project file, the method returns a null reference (Nothing in Visual Basic).

Applies to