SolutionPropertiesFilterExtensions.ProjectsByPath 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 all projects matching a set of known paths.
public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot> ProjectsByPath (this Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot solution, params string[] paths);
static member ProjectsByPath : Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot * string[] -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot>
<Extension()>
Public Function ProjectsByPath (solution As ISolutionSnapshot, ParamArray paths As String()) As IAsyncQueryable(Of IProjectSnapshot)
Parameters
- solution
- ISolutionSnapshot
A solution.
- paths
- String[]
Paths to match projects to be retrieved from the query.
Returns
A project query with additional properties.