SolutionPropertiesFilterExtensions.PropertiesByName 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 solution 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.ISolutionSnapshot solution, params string[] propertyNames);
static member PropertiesByName : Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot * string[] -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertySnapshot>
<Extension()>
Public Function PropertiesByName (solution As ISolutionSnapshot, ParamArray propertyNames As String()) As IAsyncQueryable(Of IPropertySnapshot)
Parameters
- solution
- ISolutionSnapshot
A solution
- propertyNames
- String[]
One or more name of properties.
Returns
A project query with additional properties.