Share via


ExternalProjectsProvider.GetLoadedProjects(String) Method

Definition

Provide the list of remote projects (projects in the remote collection) Note all returned objects will be local "linked" Project object proxies.

public:
 abstract System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::Project ^> ^ GetLoadedProjects(System::String ^ filePath);
public abstract System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.Project> GetLoadedProjects (string filePath);
abstract member GetLoadedProjects : string -> System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.Project>
Public MustOverride Function GetLoadedProjects (filePath As String) As ICollection(Of Project)

Parameters

filePath
String

[optional] project full path. Can be null in which case function will return all projects

Returns

Applies to