LinkedObjectsFactory.GetLocalProjects(ProjectCollection, 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.
Gets only locally load projects, excluding external
public static System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.Evaluation.Project> GetLocalProjects (Microsoft.Build.Evaluation.ProjectCollection collection, string projectFile = default);
static member GetLocalProjects : Microsoft.Build.Evaluation.ProjectCollection * string -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.Evaluation.Project>
Public Shared Function GetLocalProjects (collection As ProjectCollection, Optional projectFile As String = Nothing) As IReadOnlyCollection(Of Project)
Parameters
- collection
- ProjectCollection
- projectFile
- String