ProjectConfigurationPropertiesFilterExtensions.OutputGroupsByName 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 OutputGroups with a set of known names.
public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IOutputGroupSnapshot> OutputGroupsByName (this Microsoft.VisualStudio.ProjectSystem.Query.IProjectConfigurationSnapshot projectConfiguration, params string[] outputGroupNames);
static member OutputGroupsByName : Microsoft.VisualStudio.ProjectSystem.Query.IProjectConfigurationSnapshot * string[] -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IOutputGroupSnapshot>
<Extension()>
Public Function OutputGroupsByName (projectConfiguration As IProjectConfigurationSnapshot, ParamArray outputGroupNames As String()) As IAsyncQueryable(Of IOutputGroupSnapshot)
Parameters
- projectConfiguration
- IProjectConfigurationSnapshot
ProjectConfiguration
- outputGroupNames
- String[]
One or more output group names.
Returns
A new query with OutputGroups conditions applied.