SolutionFolderPropertiesFilterExtensions.FilesEndingWith 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 files with the given ending with expressions.
public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IFileSnapshot> FilesEndingWith (this Microsoft.VisualStudio.ProjectSystem.Query.ISolutionFolderSnapshot solutionFolder, params string[] endingWithExpressions);
static member FilesEndingWith : Microsoft.VisualStudio.ProjectSystem.Query.ISolutionFolderSnapshot * string[] -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IFileSnapshot>
<Extension()>
Public Function FilesEndingWith (solutionFolder As ISolutionFolderSnapshot, ParamArray endingWithExpressions As String()) As IAsyncQueryable(Of IFileSnapshot)
Parameters
- solutionFolder
- ISolutionFolderSnapshot
The project.
- endingWithExpressions
- String[]
One or more ending with expressions.
Returns
A new query with Files conditions applied.