ProjectPropertiesFilterExtensions.FoldersByPath 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 folders with the given paths.
public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IFolderSnapshot> FoldersByPath (this Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot project, params string[] folderPaths);
static member FoldersByPath : Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot * string[] -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IFolderSnapshot>
<Extension()>
Public Function FoldersByPath (project As IProjectSnapshot, ParamArray folderPaths As String()) As IAsyncQueryable(Of IFolderSnapshot)
Parameters
- project
- IProjectSnapshot
The project.
- folderPaths
- String[]
One or more folder absolute paths.
Returns
A new query with Folders conditions applied.