Condividi tramite


ProjectPropertiesFilterExtensions.FoldersByPath Method

Definition

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.

Applies to