ExternalProjectsProvider.GetLoadedProjects(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.
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