LinkedObjectsFactory.GetLocalProjects(ProjectCollection, String) Method

Definition

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

Returns

Applies to