Compartir a través de


ProjectPropertiesFilterExtensions.FilesEndingWith Method

Definition

Gets source 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.IProjectSnapshot project, params string[] endingWithExpressions);
static member FilesEndingWith : Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot * string[] -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IFileSnapshot>
<Extension()>
Public Function FilesEndingWith (project As IProjectSnapshot, ParamArray endingWithExpressions As String()) As IAsyncQueryable(Of IFileSnapshot)

Parameters

project
IProjectSnapshot

The project.

endingWithExpressions
String[]

One or more ending with expressions.

Returns

A new query with Files conditions applied.

Applies to