Engine.GetLoadedProject(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.