ProjectQueryableSpacePropertiesFilterExtensions.ProjectsByCapabilities 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 capabilities condition.
public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot> ProjectsByCapabilities (this Microsoft.VisualStudio.ProjectSystem.Query.IProjectModelQueryableSpace queryableSpace, string applyToExpression);
static member ProjectsByCapabilities : Microsoft.VisualStudio.ProjectSystem.Query.IProjectModelQueryableSpace * string -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot>
<Extension()>
Public Function ProjectsByCapabilities (queryableSpace As IProjectModelQueryableSpace, applyToExpression As String) As IAsyncQueryable(Of IProjectSnapshot)
Parameters
- queryableSpace
- IProjectModelQueryableSpace
The top level workspace.
- applyToExpression
- String
Capabilities condition string.
Returns
A project query with additional properties.