Compartir a través de


ProjectPropertiesFilterExtensions.PropertiesByName Method

Definition

Gets project properties with a set of known names.

public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertySnapshot> PropertiesByName (this Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot project, params string[] propertyNames);
static member PropertiesByName : Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot * string[] -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertySnapshot>
<Extension()>
Public Function PropertiesByName (project As IProjectSnapshot, ParamArray propertyNames As String()) As IAsyncQueryable(Of IPropertySnapshot)

Parameters

project
IProjectSnapshot

A project

propertyNames
String[]

One or more name of properties.

Returns

A project query with additional properties.

Applies to