SolutionPropertiesFilterExtensions.ProjectsByProjectGuid 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 Project Guids.
public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot> ProjectsByProjectGuid (this Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot solution, params Guid[] projectGuids);
static member ProjectsByProjectGuid : Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot * Guid[] -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot>
<Extension()>
Public Function ProjectsByProjectGuid (solution As ISolutionSnapshot, ParamArray projectGuids As Guid()) As IAsyncQueryable(Of IProjectSnapshot)
Parameters
- solution
- ISolutionSnapshot
A solution.
- projectGuids
- Guid[]
A collection of Project Guids.
Returns
A project query with additional properties.